mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-12 04:28:51 +01:00
5 lines
170 B
TypeScript
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';
|