@dotglitch/ngx-lazy-loader
Version:
A hackable lazy loader for Angular components
11 lines (10 loc) • 610 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { NgxLazyLoaderConfig } from './types';
import * as i0 from "@angular/core";
import * as i1 from "./ngx-lazy-loader.component";
export declare class NgxLazyLoaderModule {
static forRoot(config: NgxLazyLoaderConfig): ModuleWithProviders<NgxLazyLoaderModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxLazyLoaderModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxLazyLoaderModule, never, [typeof i1.NgxLazyLoaderComponent], [typeof i1.NgxLazyLoaderComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxLazyLoaderModule>;
}