@angular/platform-browser
Advanced tools
Comparing version 19.0.6 to 19.0.7
/** | ||
* @license Angular v19.0.6 | ||
* @license Angular v19.0.7 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v19.0.6 | ||
* @license Angular v19.0.7 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -35,3 +35,3 @@ * License: MIT | ||
* function as follows: | ||
* ``` | ||
* ```ts | ||
* @NgModule({ | ||
@@ -38,0 +38,0 @@ * imports: [BrowserAnimationsModule.withConfig(config)] |
/** | ||
* @license Angular v19.0.6 | ||
* @license Angular v19.0.7 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -19,2 +19,3 @@ * License: MIT | ||
import { InjectionToken } from '@angular/core'; | ||
import { Injector } from '@angular/core'; | ||
import { NgZone } from '@angular/core'; | ||
@@ -35,3 +36,2 @@ import { OnDestroy } from '@angular/core'; | ||
import { Version } from '@angular/core'; | ||
import { ɵConsole } from '@angular/core'; | ||
import { ɵDomAdapter } from '@angular/common'; | ||
@@ -915,6 +915,6 @@ import { ɵgetDOM } from '@angular/common'; | ||
private _config; | ||
private console; | ||
private _injector; | ||
private loader?; | ||
private _loaderPromise; | ||
constructor(doc: any, _config: HammerGestureConfig, console: ɵConsole, loader?: (HammerLoader | null) | undefined); | ||
constructor(doc: any, _config: HammerGestureConfig, _injector: Injector, loader?: (HammerLoader | null) | undefined); | ||
supports(eventName: string): boolean; | ||
@@ -921,0 +921,0 @@ addEventListener(element: HTMLElement, eventName: string, handler: Function): Function; |
{ | ||
"name": "@angular/platform-browser", | ||
"version": "19.0.6", | ||
"version": "19.0.7", | ||
"description": "Angular - library for using Angular in a web browser", | ||
@@ -14,5 +14,5 @@ "author": "angular", | ||
"peerDependencies": { | ||
"@angular/animations": "19.0.6", | ||
"@angular/core": "19.0.6", | ||
"@angular/common": "19.0.6" | ||
"@angular/animations": "19.0.7", | ||
"@angular/core": "19.0.7", | ||
"@angular/common": "19.0.7" | ||
}, | ||
@@ -19,0 +19,0 @@ "peerDependenciesMeta": { |
/** | ||
* @license Angular v19.0.6 | ||
* @license Angular v19.0.7 | ||
* (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
357358
3983