ng2-pipes
Version:
Useful angular2 pipes
20 lines (19 loc) • 495 B
TypeScript
export declare class NgArrayPipesModule {
}
export * from './diff';
export * from './initial';
export * from './flatten';
export * from './intersection';
export * from './reverse';
export * from './tail';
export * from './truthify';
export * from './union';
export * from './unique';
export * from './without';
export * from './pluck';
export * from './shuffle';
export * from './every';
export * from './some';
export * from './sample';
export * from './group-by';
export * from './filter-by';