@absolutejs/absolute 0.19.0-beta.920 → 0.19.0-beta.921
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
|
@@ -20085,7 +20085,9 @@ ${block}
|
|
|
20085
20085
|
queries: advancedMetadata.contentQueries,
|
|
20086
20086
|
viewQueries: advancedMetadata.viewQueries,
|
|
20087
20087
|
host: advancedMetadata.host,
|
|
20088
|
-
lifecycle: {
|
|
20088
|
+
lifecycle: {
|
|
20089
|
+
usesOnChanges: classNode.members.some((m) => ts7.isMethodDeclaration(m) && m.name !== undefined && ts7.isIdentifier(m.name) && m.name.text === "ngOnChanges")
|
|
20090
|
+
},
|
|
20089
20091
|
inputs,
|
|
20090
20092
|
outputs,
|
|
20091
20093
|
usesInheritance: false,
|
|
@@ -31526,5 +31528,5 @@ export {
|
|
|
31526
31528
|
ANGULAR_INIT_TIMEOUT_MS
|
|
31527
31529
|
};
|
|
31528
31530
|
|
|
31529
|
-
//# debugId=
|
|
31531
|
+
//# debugId=5D862B44F18D655E64756E2164756E21
|
|
31530
31532
|
//# sourceMappingURL=index.js.map
|