@asi-ngtools/lib
Version:
This project is a little components library, simple to use, which will help you to simplify your project.
10 lines (9 loc) • 376 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
export * from './../../asi-ngtools-base.module';
export * from './asi-dropdown.service';
export * from './container/asi-dropdown-container.component';
export * from './asi-dropdown.component';
export * from './../common/component-type';
export declare class AsiDropdownModule {
static forRoot(): ModuleWithProviders;
}