zek 16.1.2 → 16.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,8 +3,8 @@ import * as i1 from "./alert/alert";
|
|
|
3
3
|
import * as i2 from "./validation/validation";
|
|
4
4
|
import * as i3 from "./toast/toast";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
|
-
export declare class
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
6
|
+
export declare class ZekAlertModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ZekAlertModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ZekAlertModule, [typeof i1.ZekAlert, typeof i2.ZekValidation, typeof i3.ZekToast], [typeof i4.CommonModule], [typeof i1.ZekAlert, typeof i2.ZekValidation, typeof i3.ZekToast]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ZekAlertModule>;
|
|
10
10
|
}
|