@angular/compiler-cli 17.2.0 → 17.2.1
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/bundles/chunk-63UQIYTZ.js +1 -1
- package/bundles/{chunk-Y3FC4T7V.js → chunk-KMYUI7UU.js} +2 -2
- package/bundles/{chunk-Y3FC4T7V.js.map → chunk-KMYUI7UU.js.map} +1 -1
- package/bundles/{chunk-PYNEDSXT.js → chunk-QLLRERNV.js} +2 -2
- package/bundles/index.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +2 -2
- package/bundles/src/bin/ngc.js +2 -2
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- /package/bundles/{chunk-PYNEDSXT.js.map → chunk-QLLRERNV.js.map} +0 -0
|
@@ -271,7 +271,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
|
|
|
271
271
|
|
|
272
272
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
273
273
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
274
|
-
var PLACEHOLDER_VERSION = "17.2.
|
|
274
|
+
var PLACEHOLDER_VERSION = "17.2.1";
|
|
275
275
|
var SHOULD_USE_TEMPLATE_PIPELINE_FOR_LINKER = false;
|
|
276
276
|
function wrapReference(wrapped) {
|
|
277
277
|
return { value: wrapped, type: wrapped };
|
|
@@ -8096,7 +8096,7 @@ var NgCompiler = class {
|
|
|
8096
8096
|
var _a, _b, _c, _d;
|
|
8097
8097
|
const strictTemplates = !!this.options.strictTemplates;
|
|
8098
8098
|
const useInlineTypeConstructors = this.programDriver.supportsInlineOperations;
|
|
8099
|
-
const allowSignalsInTwoWayBindings = this.angularCoreVersion === null || this.angularCoreVersion.major > 17 || this.angularCoreVersion.major === 17 && this.angularCoreVersion.minor >= 2 ||
|
|
8099
|
+
const allowSignalsInTwoWayBindings = this.angularCoreVersion === null || this.angularCoreVersion.major > 17 || this.angularCoreVersion.major === 17 && this.angularCoreVersion.minor >= 2 || this.angularCoreVersion.major === 0 && this.angularCoreVersion.minor === 0 && this.angularCoreVersion.patch === 0;
|
|
8100
8100
|
let typeCheckingConfig;
|
|
8101
8101
|
if (this.fullTemplateTypeCheck) {
|
|
8102
8102
|
typeCheckingConfig = {
|
|
@@ -9130,4 +9130,4 @@ export {
|
|
|
9130
9130
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9131
9131
|
* found in the LICENSE file at https://angular.io/license
|
|
9132
9132
|
*/
|
|
9133
|
-
//# sourceMappingURL=chunk-
|
|
9133
|
+
//# sourceMappingURL=chunk-KMYUI7UU.js.map
|