ngx-smart-loader
Version:
Smart loader handler to manage loaders everywhere in Angular apps.
12 lines (11 loc) • 357 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
export declare class NgxSmartLoaderModule {
/**
* Use in AppModule: new instance of NgxSmartLoader.
*/
static forRoot(): ModuleWithProviders;
/**
* Use in features modules with lazy loading: new instance of NgxSmartLoader.
*/
static forChild(): ModuleWithProviders;
}