UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

11 lines (10 loc) 598 B
import { ModuleWithProviders } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "./modal-placeholder.component"; import * as i2 from "./modal-backdrop.component"; export declare class ModalModule { static forRoot(): ModuleWithProviders<ModalModule>; static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.ModalPlaceholderComponent, typeof i2.ModalBackdropComponent], never, [typeof i1.ModalPlaceholderComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>; }