libs/ngx-pfe/util/i18n-from-state/pfe-i18n-from-state.module.ts
dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PFEi18nFromStateModule cluster_PFEi18nFromStateModule_declarations cluster_PFEi18nFromStateModule_exports PfeI18nFromStateDirective PfeI18nFromStateDirective PFEi18nFromStateModule PFEi18nFromStateModule PfeI18nFromStateDirective->PFEi18nFromStateModule PfeI18nFromStatePipe PfeI18nFromStatePipe PfeI18nFromStatePipe->PFEi18nFromStateModule PfeI18nFromStateDirective PfeI18nFromStateDirective PFEi18nFromStateModule->PfeI18nFromStateDirective PfeI18nFromStatePipe PfeI18nFromStatePipe PFEi18nFromStateModule->PfeI18nFromStatePipe

Relationships

Used by

No results matching.

Depends on

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { PfeI18nFromStateDirective } from './directive/pfe-i18n-from-state.directive';
import { PfeI18nFromStatePipe } from './pipe/pfe-i18n-from-state.pipe';

@NgModule({
  imports: [CommonModule],
  declarations: [PfeI18nFromStateDirective, PfeI18nFromStatePipe],
  exports: [PfeI18nFromStateDirective, PfeI18nFromStatePipe],
})
export class PFEi18nFromStateModule {}

results matching ""

    No results matching ""