@angular/platform-browser
Advanced tools
Comparing version
/** | ||
* @license Angular v19.2.2 | ||
* @license Angular v19.2.3 | ||
* (c) 2010-2025 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v19.2.2 | ||
* @license Angular v19.2.3 | ||
* (c) 2010-2025 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v19.2.2 | ||
* @license Angular v19.2.3 | ||
* (c) 2010-2025 Google LLC. https://angular.io/ | ||
@@ -861,3 +861,3 @@ * License: MIT | ||
* | ||
* @param features Optional features to configure additional router behaviors. | ||
* @param features Optional features to configure additional hydration behaviors. | ||
* @returns A set of providers to enable hydration. | ||
@@ -864,0 +864,0 @@ * |
{ | ||
"name": "@angular/platform-browser", | ||
"version": "19.2.2", | ||
"version": "19.2.3", | ||
"description": "Angular - library for using Angular in a web browser", | ||
@@ -14,5 +14,5 @@ "author": "angular", | ||
"peerDependencies": { | ||
"@angular/animations": "19.2.2", | ||
"@angular/core": "19.2.2", | ||
"@angular/common": "19.2.2" | ||
"@angular/animations": "19.2.3", | ||
"@angular/core": "19.2.3", | ||
"@angular/common": "19.2.3" | ||
}, | ||
@@ -19,0 +19,0 @@ "peerDependenciesMeta": { |
/** | ||
* @license Angular v19.2.2 | ||
* @license Angular v19.2.3 | ||
* (c) 2010-2025 Google LLC. https://angular.io/ | ||
@@ -10,2 +10,3 @@ * License: MIT | ||
import * as i1 from '@angular/platform-browser'; | ||
import { TestComponentRenderer } from '@angular/core/testing'; | ||
@@ -29,2 +30,15 @@ /** | ||
export { BrowserTestingModule, platformBrowserTesting }; | ||
/** | ||
* A DOM based implementation of the TestComponentRenderer. | ||
*/ | ||
declare class DOMTestComponentRenderer extends TestComponentRenderer { | ||
private _doc; | ||
constructor(_doc: any); | ||
insertRootElement(rootElId: string): void; | ||
removeAllRootElements(): void; | ||
private removeAllRootElementsImpl; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DOMTestComponentRenderer, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<DOMTestComponentRenderer>; | ||
} | ||
export { BrowserTestingModule, platformBrowserTesting, DOMTestComponentRenderer as ɵDOMTestComponentRenderer }; |
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
415715
1.44%4060
1.4%