@angular/core 17.0.4 → 17.0.5

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 v17.0.4
2
+ * @license Angular v17.0.5
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -490,7 +490,7 @@ export declare const APP_ID: InjectionToken<string>;
490
490
  * provideHttpClient(),
491
491
  * {
492
492
  * provide: APP_INITIALIZER,
493
- * useFactory: initializeApp,
493
+ * useFactory: initializeAppFactory,
494
494
  * multi: true,
495
495
  * deps: [HttpClient],
496
496
  * },
@@ -13926,7 +13926,7 @@ export declare function ɵɵgetInheritedFactory<T>(type: Type<any>): (type: Type
13926
13926
  *
13927
13927
  * @codeGenApi
13928
13928
  */
13929
- export declare function ɵɵHostDirectivesFeature(rawHostDirectives: HostDirectiveConfig[] | (() => HostDirectiveConfig[])): (definition: ɵDirectiveDef<unknown>) => void;
13929
+ export declare function ɵɵHostDirectivesFeature(rawHostDirectives: HostDirectiveConfig[] | (() => HostDirectiveConfig[])): DirectiveDefFeature;
13930
13930
 
13931
13931
  /**
13932
13932
  * Update a property on a host element. Only applies to native node properties, not inputs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "17.0.4",
3
+ "version": "17.0.5",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.0.4
2
+ * @license Angular v17.0.5
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.0.4
2
+ * @license Angular v17.0.5
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */