@angular/compiler 19.0.0-next.6 → 19.0.0-next.8

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.0.0-next.6
2
+ * @license Angular v19.0.0-next.8
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -3892,6 +3892,7 @@ export declare class R3Identifiers {
3892
3892
  static templateRefExtractor: outputAst.ExternalReference;
3893
3893
  static forwardRef: outputAst.ExternalReference;
3894
3894
  static resolveForwardRef: outputAst.ExternalReference;
3895
+ static replaceMetadata: outputAst.ExternalReference;
3895
3896
  static ɵɵdefineInjectable: outputAst.ExternalReference;
3896
3897
  static declareInjectable: outputAst.ExternalReference;
3897
3898
  static InjectableDeclaration: outputAst.ExternalReference;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler",
3
- "version": "19.0.0-next.6",
3
+ "version": "19.0.0-next.8",
4
4
  "description": "Angular - the compiler library",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -11,7 +11,7 @@
11
11
  "tslib": "^2.3.0"
12
12
  },
13
13
  "peerDependencies": {
14
- "@angular/core": "19.0.0-next.6"
14
+ "@angular/core": "19.0.0-next.8"
15
15
  },
16
16
  "peerDependenciesMeta": {
17
17
  "@angular/core": {