11/**
2- * @license Angular v19.0.0-next.9+sha-711e82e
2+ * @license Angular v19.0.0-next.9+sha-6782acb
33 * (c) 2010-2024 Google LLC. https://angular.io/
44 * License: MIT
55 */
@@ -16243,10 +16243,10 @@ class PlatformState {
1624316243 getDocument() {
1624416244 return this._doc;
1624516245 }
16246- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: PlatformState, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
16247- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: PlatformState }); }
16246+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: PlatformState, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
16247+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: PlatformState }); }
1624816248}
16249- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: PlatformState, decorators: [{
16249+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: PlatformState, decorators: [{
1625016250 type: Injectable
1625116251 }], ctorParameters: () => [{ type: undefined, decorators: [{
1625216252 type: Inject,
@@ -16274,10 +16274,10 @@ class ServerXhr {
1627416274 }
1627516275 return new impl.XMLHttpRequest();
1627616276 }
16277- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
16278- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerXhr }); }
16277+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
16278+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerXhr }); }
1627916279}
16280- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerXhr, decorators: [{
16280+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerXhr, decorators: [{
1628116281 type: Injectable
1628216282 }] });
1628316283function relativeUrlsTransformerInterceptorFn(request, next) {
@@ -16395,10 +16395,10 @@ class ServerPlatformLocation {
1639516395 getState() {
1639616396 return undefined;
1639716397 }
16398- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerPlatformLocation, deps: [{ token: DOCUMENT }, { token: INITIAL_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
16399- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerPlatformLocation }); }
16398+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerPlatformLocation, deps: [{ token: DOCUMENT }, { token: INITIAL_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
16399+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerPlatformLocation }); }
1640016400}
16401- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerPlatformLocation, decorators: [{
16401+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerPlatformLocation, decorators: [{
1640216402 type: Injectable
1640316403 }], ctorParameters: () => [{ type: undefined, decorators: [{
1640416404 type: Inject,
@@ -16422,10 +16422,10 @@ class ServerEventManagerPlugin extends EventManagerPlugin {
1642216422 addEventListener(element, eventName, handler) {
1642316423 return ɵgetDOM().onAndCancel(element, eventName, handler);
1642416424 }
16425- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerEventManagerPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
16426- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerEventManagerPlugin }); }
16425+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerEventManagerPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
16426+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerEventManagerPlugin }); }
1642716427}
16428- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerEventManagerPlugin, decorators: [{
16428+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerEventManagerPlugin, decorators: [{
1642916429 type: Injectable
1643016430 }], ctorParameters: () => [{ type: undefined, decorators: [{
1643116431 type: Inject,
@@ -16518,11 +16518,11 @@ const PLATFORM_SERVER_PROVIDERS = [
1651816518 * @publicApi
1651916519 */
1652016520class ServerModule {
16521- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
16522- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerModule, imports: [NoopAnimationsModule], exports: [BrowserModule] }); }
16523- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerModule, providers: PLATFORM_SERVER_PROVIDERS, imports: [NoopAnimationsModule, BrowserModule] }); }
16521+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
16522+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerModule, imports: [NoopAnimationsModule], exports: [BrowserModule] }); }
16523+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerModule, providers: PLATFORM_SERVER_PROVIDERS, imports: [NoopAnimationsModule, BrowserModule] }); }
1652416524}
16525- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-711e82e ", ngImport: i0, type: ServerModule, decorators: [{
16525+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.9+sha-6782acb ", ngImport: i0, type: ServerModule, decorators: [{
1652616526 type: NgModule,
1652716527 args: [{
1652816528 exports: [BrowserModule],
@@ -16826,7 +16826,7 @@ async function renderApplication(bootstrap, options) {
1682616826/**
1682716827 * @publicApi
1682816828 */
16829- const VERSION = new Version('19.0.0-next.9+sha-711e82e ');
16829+ const VERSION = new Version('19.0.0-next.9+sha-6782acb ');
1683016830
1683116831/// <reference types="node" />
1683216832// This file only reexports content of the `src` folder. Keep it that way.
0 commit comments