ngx-swiss-five-rappen-chf-pipe
Version:
This pipe provides the Swiss 5 Rappen CHF rounding functionality.
17 lines (13 loc) • 306 B
text/typescript
import { NgModule } from '@angular/core';
import { NgxSwissFiveRappenChfPipe } from './ngx-swiss-five-rappen-chf.pipe';
@NgModule({
declarations: [
NgxSwissFiveRappenChfPipe,
],
imports: [
],
exports: [
NgxSwissFiveRappenChfPipe
]
})
export class NgxSwissFiveRappenChfPipeModule { }