@igo2/common
Version:
13 lines (12 loc) • 570 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./backdrop.component";
/**
* @deprecated import the BackdropComponent directly
*/
export declare class IgoBackdropModule {
static forRoot(): ModuleWithProviders<IgoBackdropModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<IgoBackdropModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoBackdropModule, never, [typeof i1.BackdropComponent], [typeof i1.BackdropComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgoBackdropModule>;
}