ngx-admin/src/app/@theme/pipes/index.ts

5 lines
127 B
TypeScript
Raw Normal View History

export * from './capitalize.pipe';
export * from './plural.pipe';
export * from './round.pipe';
2017-08-06 15:51:07 +03:00
export * from './timing.pipe';