@angular/platform-browser
Advanced tools
Comparing version 19.0.5 to 19.0.6
/** | ||
* @license Angular v19.0.5 | ||
* @license Angular v19.0.6 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -62,3 +62,4 @@ * License: MIT | ||
private _rendererFactoryPromise; | ||
private readonly scheduler; | ||
private scheduler; | ||
private readonly injector; | ||
private readonly loadingSchedulerFn; | ||
@@ -65,0 +66,0 @@ private _engine?; |
/** | ||
* @license Angular v19.0.5 | ||
* @license Angular v19.0.6 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v19.0.5 | ||
* @license Angular v19.0.6 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -882,2 +882,7 @@ * License: MIT | ||
ngOnDestroy(): void; | ||
/** | ||
* Used during HMR to clear any cached data about a component. | ||
* @param componentId ID of the component that is being replaced. | ||
*/ | ||
protected componentReplaced(componentId: string): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ɵDomRendererFactory2, never>; | ||
@@ -884,0 +889,0 @@ static ɵprov: i0.ɵɵInjectableDeclaration<ɵDomRendererFactory2>; |
{ | ||
"name": "@angular/platform-browser", | ||
"version": "19.0.5", | ||
"version": "19.0.6", | ||
"description": "Angular - library for using Angular in a web browser", | ||
@@ -14,5 +14,5 @@ "author": "angular", | ||
"peerDependencies": { | ||
"@angular/animations": "19.0.5", | ||
"@angular/core": "19.0.5", | ||
"@angular/common": "19.0.5" | ||
"@angular/animations": "19.0.6", | ||
"@angular/core": "19.0.6", | ||
"@angular/common": "19.0.6" | ||
}, | ||
@@ -19,0 +19,0 @@ "peerDependenciesMeta": { |
/** | ||
* @license Angular v19.0.5 | ||
* @license Angular v19.0.6 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
355772
3975