sa-modals
Version:
Angular Modal Library: A versatile and accessible modal component for Angular applications, designed to enhance user experience with smooth animations and responsive design. This library leverages Angular's CDK to create dynamic overlays, ensuring seamles
13 lines (12 loc) • 837 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/header/header.component";
import * as i2 from "./components/footer/footer.component";
import * as i3 from "./components/body/body.component";
import * as i4 from "./sa-modal.component";
import * as i5 from "@angular/common";
import * as i6 from "@angular/cdk/overlay";
export declare class SaModalModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SaModalModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SaModalModule, [typeof i1.HeaderComponent, typeof i2.FooterComponent, typeof i3.BodyComponent, typeof i4.SaModalComponent], [typeof i5.CommonModule, typeof i6.OverlayModule], [typeof i1.HeaderComponent, typeof i2.FooterComponent, typeof i3.BodyComponent, typeof i4.SaModalComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SaModalModule>;
}