@angular/core 14.0.3 → 14.1.0-next.2

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 v14.0.3
2
+ * @license Angular v14.1.0-next.2
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1646,10 +1646,18 @@ declare interface CreateComponentOptions {
1646
1646
  /**
1647
1647
  * Create a new environment injector.
1648
1648
  *
1649
+ * Learn more about environment injectors in
1650
+ * [this guide](guide/standalone-components#environment-injectors).
1651
+ *
1652
+ * @param providers An array of providers.
1653
+ * @param parent A parent environment injector.
1654
+ * @param debugName An optional name for this injector instance, which will be used in error
1655
+ * messages.
1656
+ *
1649
1657
  * @publicApi
1650
1658
  * @developerPreview
1651
1659
  */
1652
- export declare function createEnvironmentInjector(providers: Array<Provider | ImportedNgModuleProviders>, parent?: EnvironmentInjector | null, debugName?: string | null): EnvironmentInjector;
1660
+ export declare function createEnvironmentInjector(providers: Array<Provider | ImportedNgModuleProviders>, parent: EnvironmentInjector, debugName?: string | null): EnvironmentInjector;
1653
1661
 
1654
1662
  /**
1655
1663
  * Returns a new NgModuleRef instance based on the NgModule class and parent injector provided.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "14.0.3",
3
+ "version": "14.1.0-next.2",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.0.3
2
+ * @license Angular v14.1.0-next.2
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */