@absolutejs/absolute 0.19.0-beta.918 → 0.19.0-beta.919
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/dist/index.js
CHANGED
|
@@ -20080,7 +20080,7 @@ ${block}
|
|
|
20080
20080
|
preserveWhitespaces: decoratorMeta.preserveWhitespaces
|
|
20081
20081
|
},
|
|
20082
20082
|
declarations,
|
|
20083
|
-
defer: {
|
|
20083
|
+
defer: { dependenciesFn: null, mode: 1 },
|
|
20084
20084
|
declarationListEmitMode: declarations.length > 0 ? 1 : 0,
|
|
20085
20085
|
styles,
|
|
20086
20086
|
encapsulation: 0,
|
|
@@ -31494,5 +31494,5 @@ export {
|
|
|
31494
31494
|
ANGULAR_INIT_TIMEOUT_MS
|
|
31495
31495
|
};
|
|
31496
31496
|
|
|
31497
|
-
//# debugId=
|
|
31497
|
+
//# debugId=94D8D1D9278BB37464756E2164756E21
|
|
31498
31498
|
//# sourceMappingURL=index.js.map
|