@asi-ngtools/lib
Version:
This project is a little components library, simple to use, which will help you to simplify your project.
11 lines (10 loc) • 355 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
export * from './intArray.pipe';
export * from './asi-concat.pipe';
export * from './asi-filter.pipe';
export * from './asi-concat-translate.pipe';
export * from './asi-date.pipe';
export * from './asi-highlight.pipe';
export declare class AsiPipesModule {
static forRoot(): ModuleWithProviders;
}