@angular/common 21.1.0-next.4 → 21.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/fesm2022/_common_module-chunk.mjs +87 -87
- package/fesm2022/_location-chunk.mjs +11 -11
- package/fesm2022/_module-chunk.mjs +47 -48
- package/fesm2022/_module-chunk.mjs.map +1 -1
- package/fesm2022/_platform_location-chunk.mjs +8 -8
- package/fesm2022/_platform_navigation-chunk.mjs +12 -7
- package/fesm2022/_platform_navigation-chunk.mjs.map +1 -1
- package/fesm2022/_xhr-chunk.mjs +2 -2
- package/fesm2022/common.mjs +48 -22
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/http-testing.mjs +9 -9
- package/fesm2022/http.mjs +2 -2
- package/fesm2022/testing.mjs +22 -19
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/upgrade.mjs +6 -6
- package/package.json +2 -2
- package/types/_common_module-chunk.d.ts +2 -2
- package/types/_module-chunk.d.ts +2 -2
- package/types/_platform_location-chunk.d.ts +2 -2
- package/types/_xhr-chunk.d.ts +2 -2
- package/types/common.d.ts +45 -36
- package/types/http-testing.d.ts +2 -2
- package/types/http.d.ts +2 -2
- package/types/testing.d.ts +2 -2
- package/types/upgrade.d.ts +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.0
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v21.1.0
|
|
3
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -22,7 +22,7 @@ class PlatformLocation {
|
|
|
22
22
|
}
|
|
23
23
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
24
24
|
minVersion: "12.0.0",
|
|
25
|
-
version: "21.1.0
|
|
25
|
+
version: "21.1.0",
|
|
26
26
|
ngImport: i0,
|
|
27
27
|
type: PlatformLocation,
|
|
28
28
|
deps: [],
|
|
@@ -30,7 +30,7 @@ class PlatformLocation {
|
|
|
30
30
|
});
|
|
31
31
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
32
32
|
minVersion: "12.0.0",
|
|
33
|
-
version: "21.1.0
|
|
33
|
+
version: "21.1.0",
|
|
34
34
|
ngImport: i0,
|
|
35
35
|
type: PlatformLocation,
|
|
36
36
|
providedIn: 'platform',
|
|
@@ -39,7 +39,7 @@ class PlatformLocation {
|
|
|
39
39
|
}
|
|
40
40
|
i0.ɵɵngDeclareClassMetadata({
|
|
41
41
|
minVersion: "12.0.0",
|
|
42
|
-
version: "21.1.0
|
|
42
|
+
version: "21.1.0",
|
|
43
43
|
ngImport: i0,
|
|
44
44
|
type: PlatformLocation,
|
|
45
45
|
decorators: [{
|
|
@@ -117,7 +117,7 @@ class BrowserPlatformLocation extends PlatformLocation {
|
|
|
117
117
|
}
|
|
118
118
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
119
119
|
minVersion: "12.0.0",
|
|
120
|
-
version: "21.1.0
|
|
120
|
+
version: "21.1.0",
|
|
121
121
|
ngImport: i0,
|
|
122
122
|
type: BrowserPlatformLocation,
|
|
123
123
|
deps: [],
|
|
@@ -125,7 +125,7 @@ class BrowserPlatformLocation extends PlatformLocation {
|
|
|
125
125
|
});
|
|
126
126
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
127
127
|
minVersion: "12.0.0",
|
|
128
|
-
version: "21.1.0
|
|
128
|
+
version: "21.1.0",
|
|
129
129
|
ngImport: i0,
|
|
130
130
|
type: BrowserPlatformLocation,
|
|
131
131
|
providedIn: 'platform',
|
|
@@ -134,7 +134,7 @@ class BrowserPlatformLocation extends PlatformLocation {
|
|
|
134
134
|
}
|
|
135
135
|
i0.ɵɵngDeclareClassMetadata({
|
|
136
136
|
minVersion: "12.0.0",
|
|
137
|
-
version: "21.1.0
|
|
137
|
+
version: "21.1.0",
|
|
138
138
|
ngImport: i0,
|
|
139
139
|
type: BrowserPlatformLocation,
|
|
140
140
|
decorators: [{
|
|
@@ -1,16 +1,21 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.0
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v21.1.0
|
|
3
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import * as i0 from '@angular/core';
|
|
8
|
-
import { Injectable } from '@angular/core';
|
|
8
|
+
import { InjectionToken, Injectable } from '@angular/core';
|
|
9
9
|
|
|
10
|
+
const PRECOMMIT_HANDLER_SUPPORTED = new InjectionToken('', {
|
|
11
|
+
factory: () => {
|
|
12
|
+
return typeof window !== 'undefined' && typeof window.NavigationPrecommitController !== 'undefined';
|
|
13
|
+
}
|
|
14
|
+
});
|
|
10
15
|
class PlatformNavigation {
|
|
11
16
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
12
17
|
minVersion: "12.0.0",
|
|
13
|
-
version: "21.1.0
|
|
18
|
+
version: "21.1.0",
|
|
14
19
|
ngImport: i0,
|
|
15
20
|
type: PlatformNavigation,
|
|
16
21
|
deps: [],
|
|
@@ -18,7 +23,7 @@ class PlatformNavigation {
|
|
|
18
23
|
});
|
|
19
24
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
20
25
|
minVersion: "12.0.0",
|
|
21
|
-
version: "21.1.0
|
|
26
|
+
version: "21.1.0",
|
|
22
27
|
ngImport: i0,
|
|
23
28
|
type: PlatformNavigation,
|
|
24
29
|
providedIn: 'platform',
|
|
@@ -27,7 +32,7 @@ class PlatformNavigation {
|
|
|
27
32
|
}
|
|
28
33
|
i0.ɵɵngDeclareClassMetadata({
|
|
29
34
|
minVersion: "12.0.0",
|
|
30
|
-
version: "21.1.0
|
|
35
|
+
version: "21.1.0",
|
|
31
36
|
ngImport: i0,
|
|
32
37
|
type: PlatformNavigation,
|
|
33
38
|
decorators: [{
|
|
@@ -39,5 +44,5 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
39
44
|
}]
|
|
40
45
|
});
|
|
41
46
|
|
|
42
|
-
export { PlatformNavigation };
|
|
47
|
+
export { PRECOMMIT_HANDLER_SUPPORTED, PlatformNavigation };
|
|
43
48
|
//# sourceMappingURL=_platform_navigation-chunk.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_platform_navigation-chunk.mjs","sources":["../../../../../k8-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/navigation/platform_navigation.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Injectable,\n ɵNavigateEvent as NavigateEvent,\n ɵNavigation as Navigation,\n ɵNavigationCurrentEntryChangeEvent as NavigationCurrentEntryChangeEvent,\n ɵNavigationHistoryEntry as NavigationHistoryEntry,\n ɵNavigationNavigateOptions as NavigationNavigateOptions,\n ɵNavigationOptions as NavigationOptions,\n ɵNavigationReloadOptions as NavigationReloadOptions,\n ɵNavigationResult as NavigationResult,\n ɵNavigationTransition as NavigationTransition,\n ɵNavigationUpdateCurrentEntryOptions as NavigationUpdateCurrentEntryOptions,\n} from '@angular/core';\n\n/**\n * This class wraps the platform Navigation API which allows server-specific and test\n * implementations.\n *\n * Browser support is limited, so this API may not be available in all environments,\n * may contain bugs, and is experimental.\n *\n * @experimental 21.0.0\n */\n@Injectable({providedIn: 'platform', useFactory: () => (window as any).navigation})\nexport abstract class PlatformNavigation implements Navigation {\n abstract entries(): NavigationHistoryEntry[];\n abstract currentEntry: NavigationHistoryEntry | null;\n abstract updateCurrentEntry(options: NavigationUpdateCurrentEntryOptions): void;\n abstract transition: NavigationTransition | null;\n abstract canGoBack: boolean;\n abstract canGoForward: boolean;\n abstract navigate(url: string, options?: NavigationNavigateOptions | undefined): NavigationResult;\n abstract reload(options?: NavigationReloadOptions | undefined): NavigationResult;\n abstract traverseTo(key: string, options?: NavigationOptions | undefined): NavigationResult;\n abstract back(options?: NavigationOptions | undefined): NavigationResult;\n abstract forward(options?: NavigationOptions | undefined): NavigationResult;\n abstract onnavigate: ((this: Navigation, ev: NavigateEvent) => any) | null;\n abstract onnavigatesuccess: ((this: Navigation, ev: Event) => any) | null;\n abstract onnavigateerror: ((this: Navigation, ev: ErrorEvent) => any) | null;\n abstract oncurrententrychange:\n | ((this: Navigation, ev: NavigationCurrentEntryChangeEvent) => any)\n | null;\n abstract addEventListener(type: unknown, listener: unknown, options?: unknown): void;\n abstract removeEventListener(type: unknown, listener: unknown, options?: unknown): void;\n abstract dispatchEvent(event: Event): boolean;\n}\n"],"names":["PlatformNavigation","deps","target","i0","ɵɵFactoryTarget","Injectable","providedIn","useFactory","
|
|
1
|
+
{"version":3,"file":"_platform_navigation-chunk.mjs","sources":["../../../../../k8-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/navigation/platform_navigation.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Injectable,\n InjectionToken,\n ɵNavigateEvent as NavigateEvent,\n ɵNavigation as Navigation,\n ɵNavigationCurrentEntryChangeEvent as NavigationCurrentEntryChangeEvent,\n ɵNavigationHistoryEntry as NavigationHistoryEntry,\n ɵNavigationNavigateOptions as NavigationNavigateOptions,\n ɵNavigationOptions as NavigationOptions,\n ɵNavigationReloadOptions as NavigationReloadOptions,\n ɵNavigationResult as NavigationResult,\n ɵNavigationTransition as NavigationTransition,\n ɵNavigationUpdateCurrentEntryOptions as NavigationUpdateCurrentEntryOptions,\n} from '@angular/core';\n\n/**\n * @see https://developer.mozilla.org/en-US/docs/Web/API/NavigationPrecommitController\n * @see https://developer.mozilla.org/en-US/docs/Web/API/NavigateEvent/intercept#precommithandler\n */\nexport const PRECOMMIT_HANDLER_SUPPORTED = new InjectionToken<boolean>('', {\n factory: () => {\n return (\n typeof window !== 'undefined' &&\n typeof (window as any).NavigationPrecommitController !== 'undefined'\n );\n },\n});\n\n/**\n * This class wraps the platform Navigation API which allows server-specific and test\n * implementations.\n *\n * Browser support is limited, so this API may not be available in all environments,\n * may contain bugs, and is experimental.\n *\n * @experimental 21.0.0\n */\n@Injectable({providedIn: 'platform', useFactory: () => (window as any).navigation})\nexport abstract class PlatformNavigation implements Navigation {\n abstract entries(): NavigationHistoryEntry[];\n abstract currentEntry: NavigationHistoryEntry | null;\n abstract updateCurrentEntry(options: NavigationUpdateCurrentEntryOptions): void;\n abstract transition: NavigationTransition | null;\n abstract canGoBack: boolean;\n abstract canGoForward: boolean;\n abstract navigate(url: string, options?: NavigationNavigateOptions | undefined): NavigationResult;\n abstract reload(options?: NavigationReloadOptions | undefined): NavigationResult;\n abstract traverseTo(key: string, options?: NavigationOptions | undefined): NavigationResult;\n abstract back(options?: NavigationOptions | undefined): NavigationResult;\n abstract forward(options?: NavigationOptions | undefined): NavigationResult;\n abstract onnavigate: ((this: Navigation, ev: NavigateEvent) => any) | null;\n abstract onnavigatesuccess: ((this: Navigation, ev: Event) => any) | null;\n abstract onnavigateerror: ((this: Navigation, ev: ErrorEvent) => any) | null;\n abstract oncurrententrychange:\n | ((this: Navigation, ev: NavigationCurrentEntryChangeEvent) => any)\n | null;\n abstract addEventListener(type: unknown, listener: unknown, options?: unknown): void;\n abstract removeEventListener(type: unknown, listener: unknown, options?: unknown): void;\n abstract dispatchEvent(event: Event): boolean;\n}\n"],"names":["PRECOMMIT_HANDLER_SUPPORTED","InjectionToken","factory","window","NavigationPrecommitController","PlatformNavigation","deps","target","i0","ɵɵFactoryTarget","Injectable","providedIn","useFactory","navigation","decorators","args"],"mappings":";;;;;;;;;MA2BaA,2BAA2B,GAAG,IAAIC,cAAc,CAAU,EAAE,EAAE;EACzEC,OAAO,EAAEA,MAAK;IACZ,OACE,OAAOC,MAAM,KAAK,WAAW,IAC7B,OAAQA,MAAc,CAACC,6BAA6B,KAAK,WAAW;AAExE;AACD,CAAA;MAYqBC,kBAAkB,CAAA;;;;;UAAlBA,kBAAkB;AAAAC,IAAAA,IAAA,EAAA,EAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAC;AAAA,GAAA,CAAA;;;;;UAAlBL,kBAAkB;AAAAM,IAAAA,UAAA,EADf,UAAU;AAAcC,IAAAA,UAAA,EAAAA,MAAOT,MAAc,CAACU;AAAU,GAAA,CAAA;;;;;;QAC3DR,kBAAkB;AAAAS,EAAAA,UAAA,EAAA,CAAA;UADvCJ,UAAU;AAACK,IAAAA,IAAA,EAAA,CAAA;AAACJ,MAAAA,UAAU,EAAE,UAAU;AAAEC,MAAAA,UAAU,EAAEA,MAAOT,MAAc,CAACU;KAAW;;;;;;"}
|
package/fesm2022/_xhr-chunk.mjs
CHANGED
package/fesm2022/common.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.0
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v21.1.0
|
|
3
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -9,6 +9,7 @@ import * as i0 from '@angular/core';
|
|
|
9
9
|
import { inject, DestroyRef, Injectable, ɵregisterLocaleData as _registerLocaleData, Version, ɵɵdefineInjectable as __defineInjectable, DOCUMENT, ɵformatRuntimeError as _formatRuntimeError, InjectionToken, ɵRuntimeError as _RuntimeError, ɵIMAGE_CONFIG as _IMAGE_CONFIG, Renderer2, ElementRef, Injector, ɵperformanceMarkFeature as _performanceMarkFeature, NgZone, ApplicationRef, numberAttribute, booleanAttribute, Directive, Input, ɵIMAGE_CONFIG_DEFAULTS as _IMAGE_CONFIG_DEFAULTS, ɵunwrapSafeValue as _unwrapSafeValue, ChangeDetectorRef } from '@angular/core';
|
|
10
10
|
export { DOCUMENT, ɵIMAGE_CONFIG as IMAGE_CONFIG } from '@angular/core';
|
|
11
11
|
import { PlatformNavigation } from './_platform_navigation-chunk.mjs';
|
|
12
|
+
export { PRECOMMIT_HANDLER_SUPPORTED as ɵPRECOMMIT_HANDLER_SUPPORTED } from './_platform_navigation-chunk.mjs';
|
|
12
13
|
export { XhrFactory, parseCookieValue as ɵparseCookieValue } from './_xhr-chunk.mjs';
|
|
13
14
|
import { Location, LocationStrategy, normalizeQueryParams } from './_location-chunk.mjs';
|
|
14
15
|
export { APP_BASE_HREF, PathLocationStrategy } from './_location-chunk.mjs';
|
|
@@ -63,7 +64,7 @@ class NavigationAdapterForLocation extends Location {
|
|
|
63
64
|
}
|
|
64
65
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
65
66
|
minVersion: "12.0.0",
|
|
66
|
-
version: "21.1.0
|
|
67
|
+
version: "21.1.0",
|
|
67
68
|
ngImport: i0,
|
|
68
69
|
type: NavigationAdapterForLocation,
|
|
69
70
|
deps: [],
|
|
@@ -71,14 +72,14 @@ class NavigationAdapterForLocation extends Location {
|
|
|
71
72
|
});
|
|
72
73
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
73
74
|
minVersion: "12.0.0",
|
|
74
|
-
version: "21.1.0
|
|
75
|
+
version: "21.1.0",
|
|
75
76
|
ngImport: i0,
|
|
76
77
|
type: NavigationAdapterForLocation
|
|
77
78
|
});
|
|
78
79
|
}
|
|
79
80
|
i0.ɵɵngDeclareClassMetadata({
|
|
80
81
|
minVersion: "12.0.0",
|
|
81
|
-
version: "21.1.0
|
|
82
|
+
version: "21.1.0",
|
|
82
83
|
ngImport: i0,
|
|
83
84
|
type: NavigationAdapterForLocation,
|
|
84
85
|
decorators: [{
|
|
@@ -100,7 +101,7 @@ function isPlatformServer(platformId) {
|
|
|
100
101
|
return platformId === PLATFORM_SERVER_ID;
|
|
101
102
|
}
|
|
102
103
|
|
|
103
|
-
const VERSION = /* @__PURE__ */new Version('21.1.0
|
|
104
|
+
const VERSION = /* @__PURE__ */new Version('21.1.0');
|
|
104
105
|
|
|
105
106
|
class ViewportScroller {
|
|
106
107
|
static ɵprov =
|
|
@@ -256,6 +257,13 @@ function throwUnexpectedAbsoluteUrlError(path, url) {
|
|
|
256
257
|
throw new _RuntimeError(2959, ngDevMode && `Image loader has detected a \`<img>\` tag with an invalid \`ngSrc\` attribute: ${url}. ` + `This image loader expects \`ngSrc\` to be a relative URL - ` + `however the provided value is an absolute URL. ` + `To fix this, provide \`ngSrc\` as a path relative to the base URL ` + `configured for this loader (\`${path}\`).`);
|
|
257
258
|
}
|
|
258
259
|
|
|
260
|
+
function normalizeLoaderTransform(transform, separator) {
|
|
261
|
+
if (typeof transform === 'string') {
|
|
262
|
+
return transform;
|
|
263
|
+
}
|
|
264
|
+
return Object.entries(transform).map(([key, value]) => `${key}${separator}${value}`).join(',');
|
|
265
|
+
}
|
|
266
|
+
|
|
259
267
|
const provideCloudflareLoader = createImageLoader(createCloudflareUrl, ngDevMode ? ['https://<ZONE>/cdn-cgi/image/<OPTIONS>/<SOURCE-IMAGE>'] : undefined);
|
|
260
268
|
function createCloudflareUrl(path, config) {
|
|
261
269
|
let params = `format=auto`;
|
|
@@ -265,6 +273,10 @@ function createCloudflareUrl(path, config) {
|
|
|
265
273
|
if (config.isPlaceholder) {
|
|
266
274
|
params += `,quality=${PLACEHOLDER_QUALITY}`;
|
|
267
275
|
}
|
|
276
|
+
if (config.loaderParams?.['transform']) {
|
|
277
|
+
const transformStr = normalizeLoaderTransform(config.loaderParams['transform'], '=');
|
|
278
|
+
params += `,${transformStr}`;
|
|
279
|
+
}
|
|
268
280
|
return `${path}/cdn-cgi/image/${params}/${config.src}`;
|
|
269
281
|
}
|
|
270
282
|
|
|
@@ -286,6 +298,10 @@ function createCloudinaryUrl(path, config) {
|
|
|
286
298
|
if (config.loaderParams?.['rounded']) {
|
|
287
299
|
params += `,r_max`;
|
|
288
300
|
}
|
|
301
|
+
if (config.loaderParams?.['transform']) {
|
|
302
|
+
const transformStr = normalizeLoaderTransform(config.loaderParams['transform'], '_');
|
|
303
|
+
params += `,${transformStr}`;
|
|
304
|
+
}
|
|
289
305
|
return `${path}/image/upload/${params}/${config.src}`;
|
|
290
306
|
}
|
|
291
307
|
|
|
@@ -310,6 +326,10 @@ function createImagekitUrl(path, config) {
|
|
|
310
326
|
if (config.isPlaceholder) {
|
|
311
327
|
params.push(`q-${PLACEHOLDER_QUALITY}`);
|
|
312
328
|
}
|
|
329
|
+
if (config.loaderParams?.['transform']) {
|
|
330
|
+
const transformStr = normalizeLoaderTransform(config.loaderParams['transform'], '-');
|
|
331
|
+
params.push(transformStr);
|
|
332
|
+
}
|
|
313
333
|
const urlSegments = params.length ? [path, `tr:${params.join(',')}`, src] : [path, src];
|
|
314
334
|
const url = new URL(urlSegments.join('/'));
|
|
315
335
|
return url.href;
|
|
@@ -325,14 +345,20 @@ function isImgixUrl(url) {
|
|
|
325
345
|
}
|
|
326
346
|
const provideImgixLoader = createImageLoader(createImgixUrl, ngDevMode ? ['https://somepath.imgix.net/'] : undefined);
|
|
327
347
|
function createImgixUrl(path, config) {
|
|
328
|
-
const
|
|
329
|
-
|
|
348
|
+
const params = [];
|
|
349
|
+
params.push('auto=format');
|
|
330
350
|
if (config.width) {
|
|
331
|
-
|
|
351
|
+
params.push(`w=${config.width}`);
|
|
332
352
|
}
|
|
333
353
|
if (config.isPlaceholder) {
|
|
334
|
-
|
|
354
|
+
params.push(`q=${PLACEHOLDER_QUALITY}`);
|
|
355
|
+
}
|
|
356
|
+
if (config.loaderParams?.['transform']) {
|
|
357
|
+
const transform = normalizeLoaderTransform(config.loaderParams['transform'], '=').split(',');
|
|
358
|
+
params.push(...transform);
|
|
335
359
|
}
|
|
360
|
+
const url = new URL(`${path}/${config.src}`);
|
|
361
|
+
url.search = params.join('&');
|
|
336
362
|
return url.href;
|
|
337
363
|
}
|
|
338
364
|
|
|
@@ -464,7 +490,7 @@ class LCPImageObserver {
|
|
|
464
490
|
}
|
|
465
491
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
466
492
|
minVersion: "12.0.0",
|
|
467
|
-
version: "21.1.0
|
|
493
|
+
version: "21.1.0",
|
|
468
494
|
ngImport: i0,
|
|
469
495
|
type: LCPImageObserver,
|
|
470
496
|
deps: [],
|
|
@@ -472,7 +498,7 @@ class LCPImageObserver {
|
|
|
472
498
|
});
|
|
473
499
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
474
500
|
minVersion: "12.0.0",
|
|
475
|
-
version: "21.1.0
|
|
501
|
+
version: "21.1.0",
|
|
476
502
|
ngImport: i0,
|
|
477
503
|
type: LCPImageObserver,
|
|
478
504
|
providedIn: 'root'
|
|
@@ -480,7 +506,7 @@ class LCPImageObserver {
|
|
|
480
506
|
}
|
|
481
507
|
i0.ɵɵngDeclareClassMetadata({
|
|
482
508
|
minVersion: "12.0.0",
|
|
483
|
-
version: "21.1.0
|
|
509
|
+
version: "21.1.0",
|
|
484
510
|
ngImport: i0,
|
|
485
511
|
type: LCPImageObserver,
|
|
486
512
|
decorators: [{
|
|
@@ -551,7 +577,7 @@ class PreconnectLinkChecker {
|
|
|
551
577
|
}
|
|
552
578
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
553
579
|
minVersion: "12.0.0",
|
|
554
|
-
version: "21.1.0
|
|
580
|
+
version: "21.1.0",
|
|
555
581
|
ngImport: i0,
|
|
556
582
|
type: PreconnectLinkChecker,
|
|
557
583
|
deps: [],
|
|
@@ -559,7 +585,7 @@ class PreconnectLinkChecker {
|
|
|
559
585
|
});
|
|
560
586
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
561
587
|
minVersion: "12.0.0",
|
|
562
|
-
version: "21.1.0
|
|
588
|
+
version: "21.1.0",
|
|
563
589
|
ngImport: i0,
|
|
564
590
|
type: PreconnectLinkChecker,
|
|
565
591
|
providedIn: 'root'
|
|
@@ -567,7 +593,7 @@ class PreconnectLinkChecker {
|
|
|
567
593
|
}
|
|
568
594
|
i0.ɵɵngDeclareClassMetadata({
|
|
569
595
|
minVersion: "12.0.0",
|
|
570
|
-
version: "21.1.0
|
|
596
|
+
version: "21.1.0",
|
|
571
597
|
ngImport: i0,
|
|
572
598
|
type: PreconnectLinkChecker,
|
|
573
599
|
decorators: [{
|
|
@@ -617,7 +643,7 @@ class PreloadLinkCreator {
|
|
|
617
643
|
}
|
|
618
644
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
619
645
|
minVersion: "12.0.0",
|
|
620
|
-
version: "21.1.0
|
|
646
|
+
version: "21.1.0",
|
|
621
647
|
ngImport: i0,
|
|
622
648
|
type: PreloadLinkCreator,
|
|
623
649
|
deps: [],
|
|
@@ -625,7 +651,7 @@ class PreloadLinkCreator {
|
|
|
625
651
|
});
|
|
626
652
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
627
653
|
minVersion: "12.0.0",
|
|
628
|
-
version: "21.1.0
|
|
654
|
+
version: "21.1.0",
|
|
629
655
|
ngImport: i0,
|
|
630
656
|
type: PreloadLinkCreator,
|
|
631
657
|
providedIn: 'root'
|
|
@@ -633,7 +659,7 @@ class PreloadLinkCreator {
|
|
|
633
659
|
}
|
|
634
660
|
i0.ɵɵngDeclareClassMetadata({
|
|
635
661
|
minVersion: "12.0.0",
|
|
636
|
-
version: "21.1.0
|
|
662
|
+
version: "21.1.0",
|
|
637
663
|
ngImport: i0,
|
|
638
664
|
type: PreloadLinkCreator,
|
|
639
665
|
decorators: [{
|
|
@@ -932,7 +958,7 @@ class NgOptimizedImage {
|
|
|
932
958
|
}
|
|
933
959
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
934
960
|
minVersion: "12.0.0",
|
|
935
|
-
version: "21.1.0
|
|
961
|
+
version: "21.1.0",
|
|
936
962
|
ngImport: i0,
|
|
937
963
|
type: NgOptimizedImage,
|
|
938
964
|
deps: [],
|
|
@@ -940,7 +966,7 @@ class NgOptimizedImage {
|
|
|
940
966
|
});
|
|
941
967
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
942
968
|
minVersion: "16.1.0",
|
|
943
|
-
version: "21.1.0
|
|
969
|
+
version: "21.1.0",
|
|
944
970
|
type: NgOptimizedImage,
|
|
945
971
|
isStandalone: true,
|
|
946
972
|
selector: "img[ngSrc]",
|
|
@@ -980,7 +1006,7 @@ class NgOptimizedImage {
|
|
|
980
1006
|
}
|
|
981
1007
|
i0.ɵɵngDeclareClassMetadata({
|
|
982
1008
|
minVersion: "12.0.0",
|
|
983
|
-
version: "21.1.0
|
|
1009
|
+
version: "21.1.0",
|
|
984
1010
|
ngImport: i0,
|
|
985
1011
|
type: NgOptimizedImage,
|
|
986
1012
|
decorators: [{
|