@angular/compiler 16.0.0-next.3 → 16.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.0.0-next.3
2
+ * @license Angular v16.0.0-next.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.0.0-next.3
2
+ * @license Angular v16.0.0-next.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1428,7 +1428,8 @@ declare const enum InjectFlags {
1428
1428
  }
1429
1429
 
1430
1430
  declare interface Input {
1431
- bindingPropertyName?: string;
1431
+ alias?: string;
1432
+ required?: boolean;
1432
1433
  }
1433
1434
 
1434
1435
  /**
@@ -1894,7 +1895,7 @@ declare class NullVisitor implements Visitor_3<void> {
1894
1895
  declare const NUMBER_TYPE: BuiltinType;
1895
1896
 
1896
1897
  declare interface Output {
1897
- bindingPropertyName?: string;
1898
+ alias?: string;
1898
1899
  }
1899
1900
 
1900
1901
  declare namespace outputAst {
@@ -3703,6 +3704,7 @@ export declare interface R3InjectorMetadata {
3703
3704
  export declare interface R3InputMetadata {
3704
3705
  classPropertyName: string;
3705
3706
  bindingPropertyName: string;
3707
+ required: boolean;
3706
3708
  }
3707
3709
 
3708
3710
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler",
3
- "version": "16.0.0-next.3",
3
+ "version": "16.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": "16.0.0-next.3"
14
+ "@angular/core": "16.0.0-next.4"
15
15
  },
16
16
  "peerDependenciesMeta": {
17
17
  "@angular/core": {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.0.0-next.3
2
+ * @license Angular v16.0.0-next.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */