@angular/platform-browser
Advanced tools
Comparing version 19.0.0-next.1 to 19.0.0-next.2
/** | ||
* @license Angular v19.0.0-next.1 | ||
* @license Angular v19.0.0-next.2 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -10,2 +10,3 @@ * License: MIT | ||
import * as i0 from '@angular/core'; | ||
import { InjectionToken } from '@angular/core'; | ||
import { NgZone } from '@angular/core'; | ||
@@ -48,2 +49,9 @@ import { OnDestroy } from '@angular/core'; | ||
/** | ||
* Provides a custom scheduler function for the async loading of the animation package. | ||
* | ||
* Private token for investigation purposes | ||
*/ | ||
export declare const ɵASYNC_ANIMATION_LOADING_SCHEDULER_FN: InjectionToken<(<T>(loadFn: () => T) => T)>; | ||
export declare class ɵAsyncAnimationRendererFactory implements OnDestroy, RendererFactory2 { | ||
@@ -57,2 +65,3 @@ private doc; | ||
private readonly scheduler; | ||
private readonly loadingSchedulerFn; | ||
private _engine?; | ||
@@ -59,0 +68,0 @@ /** |
/** | ||
* @license Angular v19.0.0-next.1 | ||
* @license Angular v19.0.0-next.2 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v19.0.0-next.1 | ||
* @license Angular v19.0.0-next.2 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
{ | ||
"name": "@angular/platform-browser", | ||
"version": "19.0.0-next.1", | ||
"version": "19.0.0-next.2", | ||
"description": "Angular - library for using Angular in a web browser", | ||
@@ -14,5 +14,5 @@ "author": "angular", | ||
"peerDependencies": { | ||
"@angular/animations": "19.0.0-next.1", | ||
"@angular/core": "19.0.0-next.1", | ||
"@angular/common": "19.0.0-next.1" | ||
"@angular/animations": "19.0.0-next.2", | ||
"@angular/core": "19.0.0-next.2", | ||
"@angular/common": "19.0.0-next.2" | ||
}, | ||
@@ -59,4 +59,2 @@ "peerDependenciesMeta": { | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/platform-browser.mjs", | ||
"esm": "./esm2022/platform-browser.mjs", | ||
"default": "./fesm2022/platform-browser.mjs" | ||
@@ -66,4 +64,2 @@ }, | ||
"types": "./animations/index.d.ts", | ||
"esm2022": "./esm2022/animations/animations.mjs", | ||
"esm": "./esm2022/animations/animations.mjs", | ||
"default": "./fesm2022/animations.mjs" | ||
@@ -73,4 +69,2 @@ }, | ||
"types": "./animations/async/index.d.ts", | ||
"esm2022": "./esm2022/animations/async/async.mjs", | ||
"esm": "./esm2022/animations/async/async.mjs", | ||
"default": "./fesm2022/animations/async.mjs" | ||
@@ -80,4 +74,2 @@ }, | ||
"types": "./testing/index.d.ts", | ||
"esm2022": "./esm2022/testing/testing.mjs", | ||
"esm": "./esm2022/testing/testing.mjs", | ||
"default": "./fesm2022/testing.mjs" | ||
@@ -84,0 +76,0 @@ } |
/** | ||
* @license Angular v19.0.0-next.1 | ||
* @license Angular v19.0.0-next.2 | ||
* (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
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
347273
14
3839