@angular/platform-browser
Advanced tools
Comparing version 19.1.2 to 19.1.3
/** | ||
* @license Angular v19.1.2 | ||
* @license Angular v19.1.3 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -88,2 +88,7 @@ * License: MIT | ||
whenRenderingDone?(): Promise<any>; | ||
/** | ||
* 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<ɵAsyncAnimationRendererFactory, never>; | ||
@@ -90,0 +95,0 @@ static ɵprov: i0.ɵɵInjectableDeclaration<ɵAsyncAnimationRendererFactory>; |
/** | ||
* @license Angular v19.1.2 | ||
* @license Angular v19.1.3 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v19.1.2 | ||
* @license Angular v19.1.3 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
{ | ||
"name": "@angular/platform-browser", | ||
"version": "19.1.2", | ||
"version": "19.1.3", | ||
"description": "Angular - library for using Angular in a web browser", | ||
@@ -14,5 +14,5 @@ "author": "angular", | ||
"peerDependencies": { | ||
"@angular/animations": "19.1.2", | ||
"@angular/core": "19.1.2", | ||
"@angular/common": "19.1.2" | ||
"@angular/animations": "19.1.3", | ||
"@angular/core": "19.1.3", | ||
"@angular/common": "19.1.3" | ||
}, | ||
@@ -19,0 +19,0 @@ "peerDependenciesMeta": { |
/** | ||
* @license Angular v19.1.2 | ||
* @license Angular v19.1.3 | ||
* (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
361554
4011