@angular/compiler 18.0.0-next.2 → 18.0.0-next.4

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,6 +1,6 @@
1
1
  /**
2
- * @license Angular v18.0.0-next.2
3
- * (c) 2010-2022 Google LLC. https://angular.io/
2
+ * @license Angular v18.0.0-next.4
3
+ * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
@@ -3894,7 +3894,6 @@ export declare class R3Identifiers {
3894
3894
  static InputTransformsFeatureFeature: outputAst.ExternalReference;
3895
3895
  static listener: outputAst.ExternalReference;
3896
3896
  static getInheritedFactory: outputAst.ExternalReference;
3897
- static InputFlags: outputAst.ExternalReference;
3898
3897
  static sanitizeHtml: outputAst.ExternalReference;
3899
3898
  static sanitizeStyle: outputAst.ExternalReference;
3900
3899
  static sanitizeResourceUrl: outputAst.ExternalReference;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler",
3
- "version": "18.0.0-next.2",
3
+ "version": "18.0.0-next.4",
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": "18.0.0-next.2"
14
+ "@angular/core": "18.0.0-next.4"
15
15
  },
16
16
  "peerDependenciesMeta": {
17
17
  "@angular/core": {