Skip to content

Commit 6f4612d

Browse files
committed
1765ebf build: update cross-repo angular dependencies (#60714)
1 parent b7b24ae commit 6f4612d

15 files changed

+85
-85
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Apr 3 20:14:53 UTC 2025
2-
c975e751a5c952b300ad117c3e8a7d86f6765e29
1+
Thu Apr 3 22:55:07 UTC 2025
2+
1765ebf7c466127b463f06cc423bde99c668603a

animations/async/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-c975e75
2+
* @license Angular v20.0.0-next.5+sha-1765ebf
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

animations/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-c975e75
2+
* @license Angular v20.0.0-next.5+sha-1765ebf
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

browser.d-DbBsQuw9.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-c975e75
2+
* @license Angular v20.0.0-next.5+sha-1765ebf
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/animations.mjs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-c975e75
2+
* @license Angular v20.0.0-next.5+sha-1765ebf
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -23,10 +23,10 @@ class InjectableAnimationEngine extends _AnimationEngine {
2323
ngOnDestroy() {
2424
this.flush();
2525
}
26-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: InjectableAnimationEngine, deps: [{ token: DOCUMENT }, { token: i1.AnimationDriver }, { token: i1.ɵAnimationStyleNormalizer }], target: i0.ɵɵFactoryTarget.Injectable });
27-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: InjectableAnimationEngine });
26+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: InjectableAnimationEngine, deps: [{ token: DOCUMENT }, { token: i1.AnimationDriver }, { token: i1.ɵAnimationStyleNormalizer }], target: i0.ɵɵFactoryTarget.Injectable });
27+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: InjectableAnimationEngine });
2828
}
29-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: InjectableAnimationEngine, decorators: [{
29+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: InjectableAnimationEngine, decorators: [{
3030
type: Injectable
3131
}], ctorParameters: () => [{ type: Document, decorators: [{
3232
type: Inject,
@@ -105,11 +105,11 @@ class BrowserAnimationsModule {
105105
: BROWSER_ANIMATIONS_PROVIDERS,
106106
};
107107
}
108-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
109-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserAnimationsModule, exports: [BrowserModule] });
110-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserAnimationsModule, providers: BROWSER_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
108+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
109+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserAnimationsModule, exports: [BrowserModule] });
110+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserAnimationsModule, providers: BROWSER_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
111111
}
112-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserAnimationsModule, decorators: [{
112+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserAnimationsModule, decorators: [{
113113
type: NgModule,
114114
args: [{
115115
exports: [BrowserModule],
@@ -149,11 +149,11 @@ function provideAnimations() {
149149
* @publicApi
150150
*/
151151
class NoopAnimationsModule {
152-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: NoopAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
153-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: NoopAnimationsModule, exports: [BrowserModule] });
154-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: NoopAnimationsModule, providers: BROWSER_NOOP_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
152+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: NoopAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
153+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: NoopAnimationsModule, exports: [BrowserModule] });
154+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: NoopAnimationsModule, providers: BROWSER_NOOP_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
155155
}
156-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: NoopAnimationsModule, decorators: [{
156+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: NoopAnimationsModule, decorators: [{
157157
type: NgModule,
158158
args: [{
159159
exports: [BrowserModule],

fesm2022/animations/async.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-c975e75
2+
* @license Angular v20.0.0-next.5+sha-1765ebf
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -131,10 +131,10 @@ class AsyncAnimationRendererFactory {
131131
this._engine?.flush();
132132
this.delegate.componentReplaced?.(componentId);
133133
}
134-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: AsyncAnimationRendererFactory, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable });
135-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: AsyncAnimationRendererFactory });
134+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: AsyncAnimationRendererFactory, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable });
135+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: AsyncAnimationRendererFactory });
136136
}
137-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: AsyncAnimationRendererFactory, decorators: [{
137+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: AsyncAnimationRendererFactory, decorators: [{
138138
type: Injectable
139139
}], ctorParameters: () => [{ type: Document }, { type: i0.RendererFactory2 }, { type: i0.NgZone }, { type: undefined }, { type: Promise }] });
140140
/**

fesm2022/browser-6JTYoVGl.mjs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-c975e75
2+
* @license Angular v20.0.0-next.5+sha-1765ebf
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -150,10 +150,10 @@ class BrowserXhr {
150150
build() {
151151
return new XMLHttpRequest();
152152
}
153-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
154-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserXhr });
153+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
154+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserXhr });
155155
}
156-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserXhr, decorators: [{
156+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserXhr, decorators: [{
157157
type: Injectable
158158
}] });
159159

@@ -173,10 +173,10 @@ class DomEventsPlugin extends EventManagerPlugin {
173173
removeEventListener(target, eventName, callback, options) {
174174
return target.removeEventListener(eventName, callback, options);
175175
}
176-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: DomEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
177-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: DomEventsPlugin });
176+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: DomEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
177+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: DomEventsPlugin });
178178
}
179-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: DomEventsPlugin, decorators: [{
179+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: DomEventsPlugin, decorators: [{
180180
type: Injectable
181181
}], ctorParameters: () => [{ type: undefined, decorators: [{
182182
type: Inject,
@@ -345,10 +345,10 @@ class KeyEventsPlugin extends EventManagerPlugin {
345345
static _normalizeKey(keyName) {
346346
return keyName === 'esc' ? 'escape' : keyName;
347347
}
348-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: KeyEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
349-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: KeyEventsPlugin });
348+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: KeyEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
349+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: KeyEventsPlugin });
350350
}
351-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: KeyEventsPlugin, decorators: [{
351+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: KeyEventsPlugin, decorators: [{
352352
type: Injectable
353353
}], ctorParameters: () => [{ type: undefined, decorators: [{
354354
type: Inject,
@@ -542,11 +542,11 @@ class BrowserModule {
542542
}
543543
}
544544
}
545-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
546-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserModule, exports: [CommonModule, ApplicationModule] });
547-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserModule, providers: [...BROWSER_MODULE_PROVIDERS, ...TESTABILITY_PROVIDERS], imports: [CommonModule, ApplicationModule] });
545+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
546+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserModule, exports: [CommonModule, ApplicationModule] });
547+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserModule, providers: [...BROWSER_MODULE_PROVIDERS, ...TESTABILITY_PROVIDERS], imports: [CommonModule, ApplicationModule] });
548548
}
549-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: BrowserModule, decorators: [{
549+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserModule, decorators: [{
550550
type: NgModule,
551551
args: [{
552552
providers: [...BROWSER_MODULE_PROVIDERS, ...TESTABILITY_PROVIDERS],

fesm2022/dom_renderer-B-2OOwSx.mjs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-c975e75
2+
* @license Angular v20.0.0-next.5+sha-1765ebf
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -69,10 +69,10 @@ class EventManager {
6969
this._eventNameToPlugin.set(eventName, plugin);
7070
return plugin;
7171
}
72-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: EventManager, deps: [{ token: EVENT_MANAGER_PLUGINS }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
73-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: EventManager });
72+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: EventManager, deps: [{ token: EVENT_MANAGER_PLUGINS }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
73+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: EventManager });
7474
}
75-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: EventManager, decorators: [{
75+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: EventManager, decorators: [{
7676
type: Injectable
7777
}], ctorParameters: () => [{ type: undefined, decorators: [{
7878
type: Inject,
@@ -277,10 +277,10 @@ class SharedStylesHost {
277277
// Insert the element into the DOM with the host node as parent
278278
return host.appendChild(element);
279279
}
280-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: SharedStylesHost, deps: [{ token: DOCUMENT }, { token: APP_ID }, { token: CSP_NONCE, optional: true }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
281-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: SharedStylesHost });
280+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: SharedStylesHost, deps: [{ token: DOCUMENT }, { token: APP_ID }, { token: CSP_NONCE, optional: true }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
281+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: SharedStylesHost });
282282
}
283-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: SharedStylesHost, decorators: [{
283+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: SharedStylesHost, decorators: [{
284284
type: Injectable
285285
}], ctorParameters: () => [{ type: Document, decorators: [{
286286
type: Inject,
@@ -454,10 +454,10 @@ class DomRendererFactory2 {
454454
componentReplaced(componentId) {
455455
this.rendererByCompId.delete(componentId);
456456
}
457-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: DomRendererFactory2, deps: [{ token: EventManager }, { token: SharedStylesHost }, { token: APP_ID }, { token: REMOVE_STYLES_ON_COMPONENT_DESTROY }, { token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.NgZone }, { token: CSP_NONCE }, { token: _TracingService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
458-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: DomRendererFactory2 });
457+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: DomRendererFactory2, deps: [{ token: EventManager }, { token: SharedStylesHost }, { token: APP_ID }, { token: REMOVE_STYLES_ON_COMPONENT_DESTROY }, { token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.NgZone }, { token: CSP_NONCE }, { token: _TracingService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
458+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: DomRendererFactory2 });
459459
}
460-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-c975e75", ngImport: i0, type: DomRendererFactory2, decorators: [{
460+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: DomRendererFactory2, decorators: [{
461461
type: Injectable
462462
}], ctorParameters: () => [{ type: EventManager }, { type: SharedStylesHost }, { type: undefined, decorators: [{
463463
type: Inject,

fesm2022/dom_renderer-B-2OOwSx.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)