@angular/core 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.
@@ -26906,7 +26906,7 @@ function publishFacade(global) {
26906
26906
  }
26907
26907
 
26908
26908
  // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
26909
- var VERSION2 = new Version("17.2.0");
26909
+ var VERSION2 = new Version("17.2.1");
26910
26910
 
26911
26911
  // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26912
26912
  var _I18N_ATTR = "i18n";
@@ -27972,7 +27972,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
27972
27972
  function compileDeclareClassMetadata(metadata) {
27973
27973
  const definitionMap = new DefinitionMap();
27974
27974
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
27975
- definitionMap.set("version", literal("17.2.0"));
27975
+ definitionMap.set("version", literal("17.2.1"));
27976
27976
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27977
27977
  definitionMap.set("type", metadata.type);
27978
27978
  definitionMap.set("decorators", metadata.decorators);
@@ -28041,7 +28041,7 @@ function createDirectiveDefinitionMap(meta) {
28041
28041
  const definitionMap = new DefinitionMap();
28042
28042
  const minVersion = getMinimumVersionForPartialOutput(meta);
28043
28043
  definitionMap.set("minVersion", literal(minVersion));
28044
- definitionMap.set("version", literal("17.2.0"));
28044
+ definitionMap.set("version", literal("17.2.1"));
28045
28045
  definitionMap.set("type", meta.type.value);
28046
28046
  if (meta.isStandalone) {
28047
28047
  definitionMap.set("isStandalone", literal(meta.isStandalone));
@@ -28340,7 +28340,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
28340
28340
  function compileDeclareFactoryFunction(meta) {
28341
28341
  const definitionMap = new DefinitionMap();
28342
28342
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
28343
- definitionMap.set("version", literal("17.2.0"));
28343
+ definitionMap.set("version", literal("17.2.1"));
28344
28344
  definitionMap.set("ngImport", importExpr(Identifiers.core));
28345
28345
  definitionMap.set("type", meta.type.value);
28346
28346
  definitionMap.set("deps", compileDependencies(meta.deps));
@@ -28363,7 +28363,7 @@ function compileDeclareInjectableFromMetadata(meta) {
28363
28363
  function createInjectableDefinitionMap(meta) {
28364
28364
  const definitionMap = new DefinitionMap();
28365
28365
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
28366
- definitionMap.set("version", literal("17.2.0"));
28366
+ definitionMap.set("version", literal("17.2.1"));
28367
28367
  definitionMap.set("ngImport", importExpr(Identifiers.core));
28368
28368
  definitionMap.set("type", meta.type.value);
28369
28369
  if (meta.providedIn !== void 0) {
@@ -28401,7 +28401,7 @@ function compileDeclareInjectorFromMetadata(meta) {
28401
28401
  function createInjectorDefinitionMap(meta) {
28402
28402
  const definitionMap = new DefinitionMap();
28403
28403
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
28404
- definitionMap.set("version", literal("17.2.0"));
28404
+ definitionMap.set("version", literal("17.2.1"));
28405
28405
  definitionMap.set("ngImport", importExpr(Identifiers.core));
28406
28406
  definitionMap.set("type", meta.type.value);
28407
28407
  definitionMap.set("providers", meta.providers);
@@ -28425,7 +28425,7 @@ function createNgModuleDefinitionMap(meta) {
28425
28425
  throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
28426
28426
  }
28427
28427
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
28428
- definitionMap.set("version", literal("17.2.0"));
28428
+ definitionMap.set("version", literal("17.2.1"));
28429
28429
  definitionMap.set("ngImport", importExpr(Identifiers.core));
28430
28430
  definitionMap.set("type", meta.type.value);
28431
28431
  if (meta.bootstrap.length > 0) {
@@ -28460,7 +28460,7 @@ function compileDeclarePipeFromMetadata(meta) {
28460
28460
  function createPipeDefinitionMap(meta) {
28461
28461
  const definitionMap = new DefinitionMap();
28462
28462
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
28463
- definitionMap.set("version", literal("17.2.0"));
28463
+ definitionMap.set("version", literal("17.2.1"));
28464
28464
  definitionMap.set("ngImport", importExpr(Identifiers.core));
28465
28465
  definitionMap.set("type", meta.type.value);
28466
28466
  if (meta.isStandalone) {
@@ -28477,7 +28477,7 @@ function createPipeDefinitionMap(meta) {
28477
28477
  publishFacade(_global);
28478
28478
 
28479
28479
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
28480
- var VERSION3 = new Version("17.2.0");
28480
+ var VERSION3 = new Version("17.2.1");
28481
28481
 
28482
28482
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
28483
28483
  var import_typescript20 = __toESM(require("typescript"), 1);
@@ -47254,7 +47254,7 @@ var NgCompiler = class {
47254
47254
  var _a2, _b2, _c2, _d2;
47255
47255
  const strictTemplates = !!this.options.strictTemplates;
47256
47256
  const useInlineTypeConstructors = this.programDriver.supportsInlineOperations;
47257
- 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);
47257
+ 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;
47258
47258
  let typeCheckingConfig;
47259
47259
  if (this.fullTemplateTypeCheck) {
47260
47260
  typeCheckingConfig = {