2017-07-07 19:54:49 +03:00
|
|
|
export * from './capitalize.pipe';
|
|
|
|
|
export * from './plural.pipe';
|
|
|
|
|
export * from './round.pipe';
|
2017-08-06 15:51:07 +03:00
|
|
|
export * from './timing.pipe';
|
2018-08-08 16:45:31 +03:00
|
|
|
export * from './number-with-commas.pipe';
|