dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_MarkerPriceModule cluster_MarkerPriceModule_declarations cluster_MarkerPriceModule_exports MarkerPricePipe MarkerPricePipe MarkerPriceModule MarkerPriceModule MarkerPricePipe->MarkerPriceModule MarkerPricePipe MarkerPricePipe MarkerPriceModule->MarkerPricePipe

File

projects/maplander/components/src/lib/pipes/marker-price/marker-price.module.ts

Declarations

Exports

Methods

Static forChild
forChild()
import {ModuleWithProviders, NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {MarkerPricePipe} from './marker-price.pipe';

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

result-matching ""

    No results matching ""