dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PropertyTypeModule cluster_PropertyTypeModule_declarations cluster_PropertyTypeModule_exports PropertyTypePipe PropertyTypePipe PropertyTypeModule PropertyTypeModule PropertyTypePipe->PropertyTypeModule PropertyTypePipe PropertyTypePipe PropertyTypeModule->PropertyTypePipe

File

projects/maplander/components/src/lib/pipes/property-type/property-type.module.ts

Declarations

Methods

Static forChild
forChild()
import {ModuleWithProviders, NgModule} from '@angular/core';
import { CommonModule } from '@angular/common';
import {PropertyTypePipe} from './property-type.pipe';

@NgModule({
  imports: [
    CommonModule
  ],
  declarations: [
    PropertyTypePipe
  ],
  exports: [
    PropertyTypePipe
  ]
})
export class PropertyTypeModule {
  static forChild(): ModuleWithProviders {
    return {
      ngModule: PropertyTypeModule,
      providers: [
        PropertyTypePipe
      ]
    };
  }
}

result-matching ""

    No results matching ""