ngx-admin/src/app/@theme/pipes/index.ts
2019-07-02 16:18:09 +03:00

5 lines
170 B
TypeScript

export * from './capitalize.pipe';
export * from './plural.pipe';
export * from './round.pipe';
export * from './timing.pipe';
export * from './number-with-commas.pipe';