@osovitny/anatoly 3.20.17 → 3.20.18
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.
- package/fesm2022/osovitny-anatoly.mjs +76 -73
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2068,6 +2068,8 @@ declare class AnatolyBillingModule {
|
|
|
2068
2068
|
}
|
|
2069
2069
|
|
|
2070
2070
|
declare class AnatolyModule {
|
|
2071
|
+
private injector;
|
|
2072
|
+
constructor(injector: Injector);
|
|
2071
2073
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyModule, never>;
|
|
2072
2074
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyModule, never, [typeof i1.CommonModule, typeof AnatolyCoreModule, typeof AnatolyDataModule, typeof AnatolyIAMModule, typeof AnatolyUIModule], [typeof AnatolyCoreModule, typeof AnatolyDataModule, typeof AnatolyIAMModule, typeof AnatolyUIModule]>;
|
|
2073
2075
|
static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyModule>;
|