UNPKG

@dotglitch/ngx-common

Version:

Angular components and utilities that are commonly used.

11 lines (10 loc) 585 B
import { ModuleWithProviders } from '@angular/core'; import { NgxLazyLoaderConfig } from './types'; import * as i0 from "@angular/core"; import * as i1 from "./lazy-loader.component"; export declare class LazyLoaderModule { static forRoot(config: NgxLazyLoaderConfig): ModuleWithProviders<LazyLoaderModule>; static ɵfac: i0.ɵɵFactoryDeclaration<LazyLoaderModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<LazyLoaderModule, never, [typeof i1.LazyLoaderComponent], [typeof i1.LazyLoaderComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<LazyLoaderModule>; }