// Import all pipes import {SamplePipe} from './pipes/sample.pipe'; // Export all pipes export * from './pipes/sample.pipe'; // Export convenience property export const PIPES: any[] = [ SamplePipe ];