UNPKG

ngx-swiss-five-rappen-chf-pipe

Version:
17 lines (13 loc) 306 B
import { NgModule } from '@angular/core'; import { NgxSwissFiveRappenChfPipe } from './ngx-swiss-five-rappen-chf.pipe'; @NgModule({ declarations: [ NgxSwissFiveRappenChfPipe, ], imports: [ ], exports: [ NgxSwissFiveRappenChfPipe ] }) export class NgxSwissFiveRappenChfPipeModule { }