UNPKG

@sedeh/into-pipes

Version:

Have you ever wanted to transform data in different parts of your application into interactive objects without writing a single line of code?

15 lines (14 loc) 703 B
export { AppendPipe } from './append.pipe'; export { ConditionalPipe } from './conditional.pipe'; export { JoinPipe } from './join.pipe'; export { MapPipe } from './map.pipe'; export { MaskPipe } from './mask.pipe'; export { PrependPipe } from './prepend.pipe'; export { SanitizeHtmlPipe } from './sanitizeHtml.pipe'; export { ValueOfPipe } from './valueof.pipe'; export { WrapPipe } from './wrap.pipe'; export { InToPipe } from './into.pipe'; export { IntoDirective } from './into.directive'; export { ComponentPool } from './component.pool'; export { PipeComponentInterface, PipeServiceComponentInterface } from './pipe.component.interface'; export { CommonPipesModule } from './common-pipes.module';