UNPKG

ng2-pipes

Version:
18 lines (17 loc) 484 B
import { MaxPipe } from './max'; import { BytesPipe } from './bytes'; export declare const MATH_PIPES: (typeof MaxPipe | typeof BytesPipe)[]; export declare class NgMathPipesModule { } export * from './max'; export * from './min'; export * from './percentage'; export * from './sum'; export * from './floor'; export * from './round'; export * from './sqrt'; export * from './pow'; export * from './ceil'; export * from './degrees'; export * from './bytes'; export * from './radians';