@angular/common 21.2.0-rc.0 → 21.2.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/fesm2022/_common_module-chunk.mjs +94 -87
- package/fesm2022/_common_module-chunk.mjs.map +1 -1
- package/fesm2022/_location-chunk.mjs +16 -16
- package/fesm2022/_location-chunk.mjs.map +1 -1
- package/fesm2022/_module-chunk.mjs +46 -46
- package/fesm2022/_module-chunk.mjs.map +1 -1
- package/fesm2022/_platform_location-chunk.mjs +7 -7
- package/fesm2022/_platform_location-chunk.mjs.map +1 -1
- package/fesm2022/_platform_navigation-chunk.mjs +4 -4
- package/fesm2022/_platform_navigation-chunk.mjs.map +1 -1
- package/fesm2022/_xhr-chunk.mjs +1 -1
- package/fesm2022/_xhr-chunk.mjs.map +1 -1
- package/fesm2022/common.mjs +62 -29
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/http-testing.mjs +8 -8
- package/fesm2022/http-testing.mjs.map +1 -1
- package/fesm2022/http.mjs +1 -1
- package/fesm2022/http.mjs.map +1 -1
- package/fesm2022/testing.mjs +13 -13
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/upgrade.mjs +5 -5
- package/fesm2022/upgrade.mjs.map +1 -1
- package/package.json +2 -2
- package/types/_common_module-chunk.d.ts +1 -1
- package/types/_module-chunk.d.ts +1 -1
- package/types/_platform_location-chunk.d.ts +1 -1
- package/types/_xhr-chunk.d.ts +1 -1
- package/types/common.d.ts +1 -1
- package/types/http-testing.d.ts +1 -1
- package/types/http.d.ts +1 -1
- package/types/testing.d.ts +1 -1
- package/types/upgrade.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.2.0
|
|
2
|
+
* @license Angular v21.2.0
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -31,7 +31,7 @@ class LocationStrategy {
|
|
|
31
31
|
}
|
|
32
32
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
33
33
|
minVersion: "12.0.0",
|
|
34
|
-
version: "21.2.0
|
|
34
|
+
version: "21.2.0",
|
|
35
35
|
ngImport: i0,
|
|
36
36
|
type: LocationStrategy,
|
|
37
37
|
deps: [],
|
|
@@ -39,7 +39,7 @@ class LocationStrategy {
|
|
|
39
39
|
});
|
|
40
40
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
41
41
|
minVersion: "12.0.0",
|
|
42
|
-
version: "21.2.0
|
|
42
|
+
version: "21.2.0",
|
|
43
43
|
ngImport: i0,
|
|
44
44
|
type: LocationStrategy,
|
|
45
45
|
providedIn: 'root',
|
|
@@ -48,7 +48,7 @@ class LocationStrategy {
|
|
|
48
48
|
}
|
|
49
49
|
i0.ɵɵngDeclareClassMetadata({
|
|
50
50
|
minVersion: "12.0.0",
|
|
51
|
-
version: "21.2.0
|
|
51
|
+
version: "21.2.0",
|
|
52
52
|
ngImport: i0,
|
|
53
53
|
type: LocationStrategy,
|
|
54
54
|
decorators: [{
|
|
@@ -110,7 +110,7 @@ class PathLocationStrategy extends LocationStrategy {
|
|
|
110
110
|
}
|
|
111
111
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
112
112
|
minVersion: "12.0.0",
|
|
113
|
-
version: "21.2.0
|
|
113
|
+
version: "21.2.0",
|
|
114
114
|
ngImport: i0,
|
|
115
115
|
type: PathLocationStrategy,
|
|
116
116
|
deps: [{
|
|
@@ -123,7 +123,7 @@ class PathLocationStrategy extends LocationStrategy {
|
|
|
123
123
|
});
|
|
124
124
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
125
125
|
minVersion: "12.0.0",
|
|
126
|
-
version: "21.2.0
|
|
126
|
+
version: "21.2.0",
|
|
127
127
|
ngImport: i0,
|
|
128
128
|
type: PathLocationStrategy,
|
|
129
129
|
providedIn: 'root'
|
|
@@ -131,7 +131,7 @@ class PathLocationStrategy extends LocationStrategy {
|
|
|
131
131
|
}
|
|
132
132
|
i0.ɵɵngDeclareClassMetadata({
|
|
133
133
|
minVersion: "12.0.0",
|
|
134
|
-
version: "21.2.0
|
|
134
|
+
version: "21.2.0",
|
|
135
135
|
ngImport: i0,
|
|
136
136
|
type: PathLocationStrategy,
|
|
137
137
|
decorators: [{
|
|
@@ -162,7 +162,7 @@ class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
162
162
|
}
|
|
163
163
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
164
164
|
minVersion: "12.0.0",
|
|
165
|
-
version: "21.2.0
|
|
165
|
+
version: "21.2.0",
|
|
166
166
|
ngImport: i0,
|
|
167
167
|
type: NoTrailingSlashPathLocationStrategy,
|
|
168
168
|
deps: null,
|
|
@@ -170,7 +170,7 @@ class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
170
170
|
});
|
|
171
171
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
172
172
|
minVersion: "12.0.0",
|
|
173
|
-
version: "21.2.0
|
|
173
|
+
version: "21.2.0",
|
|
174
174
|
ngImport: i0,
|
|
175
175
|
type: NoTrailingSlashPathLocationStrategy,
|
|
176
176
|
providedIn: 'root'
|
|
@@ -178,7 +178,7 @@ class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
178
178
|
}
|
|
179
179
|
i0.ɵɵngDeclareClassMetadata({
|
|
180
180
|
minVersion: "12.0.0",
|
|
181
|
-
version: "21.2.0
|
|
181
|
+
version: "21.2.0",
|
|
182
182
|
ngImport: i0,
|
|
183
183
|
type: NoTrailingSlashPathLocationStrategy,
|
|
184
184
|
decorators: [{
|
|
@@ -198,7 +198,7 @@ class TrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
198
198
|
}
|
|
199
199
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
200
200
|
minVersion: "12.0.0",
|
|
201
|
-
version: "21.2.0
|
|
201
|
+
version: "21.2.0",
|
|
202
202
|
ngImport: i0,
|
|
203
203
|
type: TrailingSlashPathLocationStrategy,
|
|
204
204
|
deps: null,
|
|
@@ -206,7 +206,7 @@ class TrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
206
206
|
});
|
|
207
207
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
208
208
|
minVersion: "12.0.0",
|
|
209
|
-
version: "21.2.0
|
|
209
|
+
version: "21.2.0",
|
|
210
210
|
ngImport: i0,
|
|
211
211
|
type: TrailingSlashPathLocationStrategy,
|
|
212
212
|
providedIn: 'root'
|
|
@@ -214,7 +214,7 @@ class TrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
214
214
|
}
|
|
215
215
|
i0.ɵɵngDeclareClassMetadata({
|
|
216
216
|
minVersion: "12.0.0",
|
|
217
|
-
version: "21.2.0
|
|
217
|
+
version: "21.2.0",
|
|
218
218
|
ngImport: i0,
|
|
219
219
|
type: TrailingSlashPathLocationStrategy,
|
|
220
220
|
decorators: [{
|
|
@@ -317,7 +317,7 @@ class Location {
|
|
|
317
317
|
static stripTrailingSlash = stripTrailingSlash;
|
|
318
318
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
319
319
|
minVersion: "12.0.0",
|
|
320
|
-
version: "21.2.0
|
|
320
|
+
version: "21.2.0",
|
|
321
321
|
ngImport: i0,
|
|
322
322
|
type: Location,
|
|
323
323
|
deps: [{
|
|
@@ -327,7 +327,7 @@ class Location {
|
|
|
327
327
|
});
|
|
328
328
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
329
329
|
minVersion: "12.0.0",
|
|
330
|
-
version: "21.2.0
|
|
330
|
+
version: "21.2.0",
|
|
331
331
|
ngImport: i0,
|
|
332
332
|
type: Location,
|
|
333
333
|
providedIn: 'root',
|
|
@@ -336,7 +336,7 @@ class Location {
|
|
|
336
336
|
}
|
|
337
337
|
i0.ɵɵngDeclareClassMetadata({
|
|
338
338
|
minVersion: "12.0.0",
|
|
339
|
-
version: "21.2.0
|
|
339
|
+
version: "21.2.0",
|
|
340
340
|
ngImport: i0,
|
|
341
341
|
type: Location,
|
|
342
342
|
decorators: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_location-chunk.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/location/util.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/location/location_strategy.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/location/location.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\n/**\n * Joins two parts of a URL with a slash if needed.\n *\n * @param start URL string\n * @param end URL string\n *\n *\n * @returns The joined URL string.\n */\nexport function joinWithSlash(start: string, end: string) {\n // If `start` is an empty string, return `end` as the result.\n if (!start) return end;\n // If `end` is an empty string, return `start` as the result.\n if (!end) return start;\n // If `start` ends with a slash, remove the leading slash from `end`.\n if (start.endsWith('/')) {\n return end.startsWith('/') ? start + end.slice(1) : start + end;\n }\n // If `start` doesn't end with a slash, add one if `end` doesn't start with a slash.\n return end.startsWith('/') ? start + end : `${start}/${end}`;\n}\n\n/**\n * Removes a trailing slash from a URL string if needed.\n * Looks for the first occurrence of either `#`, `?`, or the end of the\n * line as `/` characters and removes the trailing slash if one exists.\n *\n * @param url URL string.\n *\n * @returns The URL string, modified if needed.\n */\nexport function stripTrailingSlash(url: string): string {\n // Find the index of the first occurrence of `#`, `?`, or the end of the string.\n // This marks the start of the query string, fragment, or the end of the URL path.\n const pathEndIdx = url.search(/#|\\?|$/);\n // Check if the character before `pathEndIdx` is a trailing slash.\n // If it is, remove the trailing slash and return the modified URL.\n // Otherwise, return the URL as is.\n return url[pathEndIdx - 1] === '/' ? url.slice(0, pathEndIdx - 1) + url.slice(pathEndIdx) : url;\n}\n\n/**\n * Normalizes URL parameters by prepending with `?` if needed.\n *\n * @param params String of URL parameters.\n *\n * @returns The normalized URL parameters string.\n */\nexport function normalizeQueryParams(params: string): string {\n return params && params[0] !== '?' ? `?${params}` : params;\n}\n","/**\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 DOCUMENT,\n Inject,\n inject,\n Injectable,\n InjectionToken,\n OnDestroy,\n Optional,\n} from '@angular/core';\n\nimport {LocationChangeListener, PlatformLocation} from './platform_location';\nimport {joinWithSlash, normalizeQueryParams} from './util';\n\n/**\n * Enables the `Location` service to read route state from the browser's URL.\n * Angular provides two strategies:\n * `HashLocationStrategy` and `PathLocationStrategy`.\n *\n * Applications should use the `Router` or `Location` services to\n * interact with application route state.\n *\n * For instance, `HashLocationStrategy` produces URLs like\n * <code class=\"no-auto-link\">http://example.com/#/foo</code>,\n * and `PathLocationStrategy` produces\n * <code class=\"no-auto-link\">http://example.com/foo</code> as an equivalent URL.\n *\n * See these two classes for more.\n *\n * @publicApi\n */\n@Injectable({providedIn: 'root', useFactory: () => inject(PathLocationStrategy)})\nexport abstract class LocationStrategy {\n abstract path(includeHash?: boolean): string;\n abstract prepareExternalUrl(internal: string): string;\n abstract getState(): unknown;\n abstract pushState(state: any, title: string, url: string, queryParams: string): void;\n abstract replaceState(state: any, title: string, url: string, queryParams: string): void;\n abstract forward(): void;\n abstract back(): void;\n historyGo?(relativePosition: number): void {\n throw new Error(ngDevMode ? 'Not implemented' : '');\n }\n abstract onPopState(fn: LocationChangeListener): void;\n abstract getBaseHref(): string;\n}\n\n/**\n * A predefined DI token for the base href\n * to be used with the `PathLocationStrategy`.\n * The base href is the URL prefix that should be preserved when generating\n * and recognizing URLs.\n *\n * @usageNotes\n *\n * The following example shows how to use this token to configure the root app injector\n * with a base href value, so that the DI framework can supply the dependency anywhere in the app.\n *\n * ```ts\n * import {NgModule} from '@angular/core';\n * import {APP_BASE_HREF} from '@angular/common';\n *\n * @NgModule({\n * providers: [{provide: APP_BASE_HREF, useValue: '/my/app'}]\n * })\n * class AppModule {}\n * ```\n *\n * @publicApi\n */\nexport const APP_BASE_HREF = new InjectionToken<string>(\n typeof ngDevMode !== 'undefined' && ngDevMode ? 'appBaseHref' : '',\n);\n\n/**\n * @description\n * A {@link LocationStrategy} used to configure the {@link Location} service to\n * represent its state in the\n * [path](https://en.wikipedia.org/wiki/Uniform_Resource_Locator#Syntax) of the\n * browser's URL.\n *\n * If you're using `PathLocationStrategy`, you may provide a {@link APP_BASE_HREF}\n * or add a `<base href>` element to the document to override the default.\n *\n * For instance, if you provide an `APP_BASE_HREF` of `'/my/app/'` and call\n * `location.go('/foo')`, the browser's URL will become\n * `example.com/my/app/foo`. To ensure all relative URIs resolve correctly,\n * the `<base href>` and/or `APP_BASE_HREF` should end with a `/`.\n *\n * Similarly, if you add `<base href='/my/app/'/>` to the document and call\n * `location.go('/foo')`, the browser's URL will become\n * `example.com/my/app/foo`.\n *\n * Note that when using `PathLocationStrategy`, neither the query nor\n * the fragment in the `<base href>` will be preserved, as outlined\n * by the [RFC](https://tools.ietf.org/html/rfc3986#section-5.2.2).\n *\n * To ensure that trailing slashes are always present or never present in the URL, use\n * {@link TrailingSlashPathLocationStrategy} or {@link NoTrailingSlashPathLocationStrategy}.\n *\n * @usageNotes\n *\n * ### Example\n *\n * {@example common/location/ts/path_location_component.ts region='LocationComponent'}\n *\n * @publicApi\n */\n@Injectable({providedIn: 'root'})\nexport class PathLocationStrategy extends LocationStrategy implements OnDestroy {\n private _baseHref: string;\n private _removeListenerFns: (() => void)[] = [];\n\n constructor(\n private _platformLocation: PlatformLocation,\n @Optional() @Inject(APP_BASE_HREF) href?: string,\n ) {\n super();\n\n this._baseHref =\n href ??\n this._platformLocation.getBaseHrefFromDOM() ??\n inject(DOCUMENT).location?.origin ??\n '';\n }\n\n /** @docs-private */\n ngOnDestroy(): void {\n while (this._removeListenerFns.length) {\n this._removeListenerFns.pop()!();\n }\n }\n\n override onPopState(fn: LocationChangeListener): void {\n this._removeListenerFns.push(\n this._platformLocation.onPopState(fn),\n this._platformLocation.onHashChange(fn),\n );\n }\n\n override getBaseHref(): string {\n return this._baseHref;\n }\n\n override prepareExternalUrl(internal: string): string {\n return joinWithSlash(this._baseHref, internal);\n }\n\n override path(includeHash: boolean = false): string {\n const pathname =\n this._platformLocation.pathname + normalizeQueryParams(this._platformLocation.search);\n const hash = this._platformLocation.hash;\n return hash && includeHash ? `${pathname}${hash}` : pathname;\n }\n\n override pushState(state: any, title: string, url: string, queryParams: string) {\n const externalUrl = this.prepareExternalUrl(url + normalizeQueryParams(queryParams));\n this._platformLocation.pushState(state, title, externalUrl);\n }\n\n override replaceState(state: any, title: string, url: string, queryParams: string) {\n const externalUrl = this.prepareExternalUrl(url + normalizeQueryParams(queryParams));\n this._platformLocation.replaceState(state, title, externalUrl);\n }\n\n override forward(): void {\n this._platformLocation.forward();\n }\n\n override back(): void {\n this._platformLocation.back();\n }\n\n override getState(): unknown {\n return this._platformLocation.getState();\n }\n\n override historyGo(relativePosition: number = 0): void {\n this._platformLocation.historyGo?.(relativePosition);\n }\n}\n\n/**\n * A `LocationStrategy` that ensures URLs never have a trailing slash.\n * This strategy only affects the URL written to the browser.\n * `Location.path()` and `Location.normalize()` will continue to strip trailing slashes when reading the URL.\n *\n * @publicApi\n */\n@Injectable({providedIn: 'root'})\nexport class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {\n override prepareExternalUrl(internal: string): string {\n const path = extractUrlPath(internal);\n if (path.endsWith('/') && path.length > 1) {\n internal = path.slice(0, -1) + internal.slice(path.length);\n }\n return super.prepareExternalUrl(internal);\n }\n}\n\n/**\n * A `LocationStrategy` that ensures URLs always have a trailing slash.\n * This strategy only affects the URL written to the browser.\n * `Location.path()` and `Location.normalize()` will continue to strip trailing slashes when reading the URL.\n *\n * @publicApi\n */\n@Injectable({providedIn: 'root'})\nexport class TrailingSlashPathLocationStrategy extends PathLocationStrategy {\n override prepareExternalUrl(internal: string): string {\n const path = extractUrlPath(internal);\n if (!path.endsWith('/')) {\n internal = path + '/' + internal.slice(path.length);\n }\n return super.prepareExternalUrl(internal);\n }\n}\n\nfunction extractUrlPath(url: string): string {\n const questionMarkOrHashIndex = url.search(/[?#]/);\n const pathEnd = questionMarkOrHashIndex > -1 ? questionMarkOrHashIndex : url.length;\n return url.slice(0, pathEnd);\n}\n","/**\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 {Injectable, OnDestroy, ɵɵinject} from '@angular/core';\nimport {Subject, SubscriptionLike} from 'rxjs';\n\nimport {LocationStrategy} from './location_strategy';\nimport {joinWithSlash, normalizeQueryParams, stripTrailingSlash} from './util';\n\n/** @publicApi */\nexport interface PopStateEvent {\n pop?: boolean;\n state?: any;\n type?: string;\n url?: string;\n}\n\n/**\n * @description\n *\n * A service that applications can use to interact with a browser's URL.\n *\n * Depending on the `LocationStrategy` used, `Location` persists\n * to the URL's path or the URL's hash segment.\n *\n * @usageNotes\n *\n * It's better to use the `Router.navigate()` service to trigger route changes. Use\n * `Location` only if you need to interact with or create normalized URLs outside of\n * routing.\n *\n * `Location` is responsible for normalizing the URL against the application's base href.\n * A normalized URL is absolute from the URL host, includes the application's base href, and has no\n * trailing slash:\n * - `/my/app/user/123` is normalized\n * - `my/app/user/123` **is not** normalized\n * - `/my/app/user/123/` **is not** normalized\n *\n * ### Example\n *\n * {@example common/location/ts/path_location_component.ts region='LocationComponent'}\n *\n * @publicApi\n */\n@Injectable({\n providedIn: 'root',\n // See #23917\n useFactory: createLocation,\n})\nexport class Location implements OnDestroy {\n /** @internal */\n _subject = new Subject<PopStateEvent>();\n /** @internal */\n _basePath: string;\n /** @internal */\n _locationStrategy: LocationStrategy;\n /** @internal */\n _urlChangeListeners: ((url: string, state: unknown) => void)[] = [];\n /** @internal */\n _urlChangeSubscription: SubscriptionLike | null = null;\n\n constructor(locationStrategy: LocationStrategy) {\n this._locationStrategy = locationStrategy;\n const baseHref = this._locationStrategy.getBaseHref();\n // Note: This class's interaction with base HREF does not fully follow the rules\n // outlined in the spec https://www.freesoft.org/CIE/RFC/1808/18.htm.\n // Instead of trying to fix individual bugs with more and more code, we should\n // investigate using the URL constructor and providing the base as a second\n // argument.\n // https://developer.mozilla.org/en-US/docs/Web/API/URL/URL#parameters\n this._basePath = _stripOrigin(stripTrailingSlash(_stripIndexHtml(baseHref)));\n this._locationStrategy.onPopState((ev) => {\n this._subject.next({\n 'url': this.path(true),\n 'pop': true,\n 'state': ev.state,\n 'type': ev.type,\n });\n });\n }\n\n /** @docs-private */\n ngOnDestroy(): void {\n this._urlChangeSubscription?.unsubscribe();\n this._urlChangeListeners = [];\n }\n\n /**\n * Normalizes the URL path for this location.\n *\n * @param includeHash True to include an anchor fragment in the path.\n *\n * @returns The normalized URL path.\n */\n // TODO: vsavkin. Remove the boolean flag and always include hash once the deprecated router is\n // removed.\n path(includeHash: boolean = false): string {\n return this.normalize(this._locationStrategy.path(includeHash));\n }\n\n /**\n * Reports the current state of the location history.\n * @returns The current value of the `history.state` object.\n */\n getState(): unknown {\n return this._locationStrategy.getState();\n }\n\n /**\n * Normalizes the given path and compares to the current normalized path.\n *\n * @param path The given URL path.\n * @param query Query parameters.\n *\n * @returns True if the given URL path is equal to the current normalized path, false\n * otherwise.\n */\n isCurrentPathEqualTo(path: string, query: string = ''): boolean {\n return this.path() == this.normalize(path + normalizeQueryParams(query));\n }\n\n /**\n * Normalizes a URL path by stripping any trailing slashes.\n *\n * @param url String representing a URL.\n *\n * @returns The normalized URL string.\n */\n normalize(url: string): string {\n return Location.stripTrailingSlash(_stripBasePath(this._basePath, _stripIndexHtml(url)));\n }\n\n /**\n * Normalizes an external URL path.\n * If the given URL doesn't begin with a leading slash (`'/'`), adds one\n * before normalizing. Adds a hash if `HashLocationStrategy` is\n * in use, or the `APP_BASE_HREF` if the `PathLocationStrategy` is in use.\n *\n * @param url String representing a URL.\n *\n * @returns A normalized platform-specific URL.\n */\n prepareExternalUrl(url: string): string {\n if (url && url[0] !== '/') {\n url = '/' + url;\n }\n return this._locationStrategy.prepareExternalUrl(url);\n }\n\n // TODO: rename this method to pushState\n /**\n * Changes the browser's URL to a normalized version of a given URL, and pushes a\n * new item onto the platform's history.\n *\n * @param path URL path to normalize.\n * @param query Query parameters.\n * @param state Location history state.\n *\n */\n go(path: string, query: string = '', state: any = null): void {\n this._locationStrategy.pushState(state, '', path, query);\n this._notifyUrlChangeListeners(\n this.prepareExternalUrl(path + normalizeQueryParams(query)),\n state,\n );\n }\n\n /**\n * Changes the browser's URL to a normalized version of the given URL, and replaces\n * the top item on the platform's history stack.\n *\n * @param path URL path to normalize.\n * @param query Query parameters.\n * @param state Location history state.\n */\n replaceState(path: string, query: string = '', state: any = null): void {\n this._locationStrategy.replaceState(state, '', path, query);\n this._notifyUrlChangeListeners(\n this.prepareExternalUrl(path + normalizeQueryParams(query)),\n state,\n );\n }\n\n /**\n * Navigates forward in the platform's history.\n */\n forward(): void {\n this._locationStrategy.forward();\n }\n\n /**\n * Navigates back in the platform's history.\n */\n back(): void {\n this._locationStrategy.back();\n }\n\n /**\n * Navigate to a specific page from session history, identified by its relative position to the\n * current page.\n *\n * @param relativePosition Position of the target page in the history relative to the current\n * page.\n * A negative value moves backwards, a positive value moves forwards, e.g. `location.historyGo(2)`\n * moves forward two pages and `location.historyGo(-2)` moves back two pages. When we try to go\n * beyond what's stored in the history session, we stay in the current page. Same behaviour occurs\n * when `relativePosition` equals 0.\n * @see https://developer.mozilla.org/en-US/docs/Web/API/History_API#Moving_to_a_specific_point_in_history\n */\n historyGo(relativePosition: number = 0): void {\n this._locationStrategy.historyGo?.(relativePosition);\n }\n\n /**\n * Registers a URL change listener. Use to catch updates performed by the Angular\n * framework that are not detectible through \"popstate\" or \"hashchange\" events.\n *\n * @param fn The change handler function, which take a URL and a location history state.\n * @returns A function that, when executed, unregisters a URL change listener.\n */\n onUrlChange(fn: (url: string, state: unknown) => void): VoidFunction {\n this._urlChangeListeners.push(fn);\n\n this._urlChangeSubscription ??= this.subscribe((v) => {\n this._notifyUrlChangeListeners(v.url, v.state);\n });\n\n return () => {\n const fnIndex = this._urlChangeListeners.indexOf(fn);\n this._urlChangeListeners.splice(fnIndex, 1);\n\n if (this._urlChangeListeners.length === 0) {\n this._urlChangeSubscription?.unsubscribe();\n this._urlChangeSubscription = null;\n }\n };\n }\n\n /** @internal */\n _notifyUrlChangeListeners(url: string = '', state: unknown) {\n this._urlChangeListeners.forEach((fn) => fn(url, state));\n }\n\n /**\n * Subscribes to the platform's `popState` events.\n *\n * Note: `Location.go()` does not trigger the `popState` event in the browser. Use\n * `Location.onUrlChange()` to subscribe to URL changes instead.\n *\n * @param value Event that is triggered when the state history changes.\n * @param exception The exception to throw.\n *\n * @see [onpopstate](https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onpopstate)\n *\n * @returns Subscribed events.\n */\n subscribe(\n onNext: (value: PopStateEvent) => void,\n onThrow?: ((exception: any) => void) | null,\n onReturn?: (() => void) | null,\n ): SubscriptionLike {\n return this._subject.subscribe({\n next: onNext,\n error: onThrow ?? undefined,\n complete: onReturn ?? undefined,\n });\n }\n\n /**\n * Normalizes URL parameters by prepending with `?` if needed.\n *\n * @param params String of URL parameters.\n *\n * @returns The normalized URL parameters string.\n */\n public static normalizeQueryParams: (params: string) => string = normalizeQueryParams;\n\n /**\n * Joins two parts of a URL with a slash if needed.\n *\n * @param start URL string\n * @param end URL string\n *\n *\n * @returns The joined URL string.\n */\n public static joinWithSlash: (start: string, end: string) => string = joinWithSlash;\n\n /**\n * Removes a trailing slash from a URL string if needed.\n * Looks for the first occurrence of either `#`, `?`, or the end of the\n * line as `/` characters and removes the trailing slash if one exists.\n *\n * @param url URL string.\n *\n * @returns The URL string, modified if needed.\n */\n public static stripTrailingSlash: (url: string) => string = stripTrailingSlash;\n}\n\nexport function createLocation() {\n return new Location(ɵɵinject(LocationStrategy as any));\n}\n\nfunction _stripBasePath(basePath: string, url: string): string {\n if (!basePath || !url.startsWith(basePath)) {\n return url;\n }\n const strippedUrl = url.substring(basePath.length);\n if (strippedUrl === '' || ['/', ';', '?', '#'].includes(strippedUrl[0])) {\n return strippedUrl;\n }\n return url;\n}\n\nfunction _stripIndexHtml(url: string): string {\n return url.replace(/\\/index.html$/, '');\n}\n\nfunction _stripOrigin(baseHref: string): string {\n // DO NOT REFACTOR! Previously, this check looked like this:\n // `/^(https?:)?\\/\\//.test(baseHref)`, but that resulted in\n // syntactically incorrect code after Closure Compiler minification.\n // This was likely caused by a bug in Closure Compiler, but\n // for now, the check is rewritten to use `new RegExp` instead.\n const isAbsoluteUrl = new RegExp('^(https?:)?//').test(baseHref);\n if (isAbsoluteUrl) {\n const [, pathname] = baseHref.split(/\\/\\/[^\\/]+/);\n return pathname;\n }\n return baseHref;\n}\n"],"names":["joinWithSlash","start","end","endsWith","startsWith","slice","stripTrailingSlash","url","pathEndIdx","search","normalizeQueryParams","params","LocationStrategy","historyGo","relativePosition","Error","ngDevMode","deps","target","i0","ɵɵFactoryTarget","Injectable","providedIn","useFactory","inject","PathLocationStrategy","decorators","args","APP_BASE_HREF","InjectionToken","_platformLocation","_baseHref","_removeListenerFns","constructor","href","getBaseHrefFromDOM","DOCUMENT","location","origin","ngOnDestroy","length","pop","onPopState","fn","push","onHashChange","getBaseHref","prepareExternalUrl","internal","path","includeHash","pathname","hash","pushState","state","title","queryParams","externalUrl","replaceState","forward","back","getState","ɵfac","ɵɵngDeclareFactory","minVersion","version","ngImport","type","optional","ɵprov","ɵɵngDeclareInjectable","Optional","Inject","NoTrailingSlashPathLocationStrategy","extractUrlPath","TrailingSlashPathLocationStrategy","questionMarkOrHashIndex","pathEnd","Location","_subject","Subject","_basePath","_locationStrategy","_urlChangeListeners","_urlChangeSubscription","locationStrategy","baseHref","_stripOrigin","_stripIndexHtml","ev","next","unsubscribe","normalize","isCurrentPathEqualTo","query","_stripBasePath","go","_notifyUrlChangeListeners","onUrlChange","subscribe","v","fnIndex","indexOf","splice","forEach","onNext","onThrow","onReturn","error","undefined","complete","token","i1","createLocation","ɵɵinject","basePath","strippedUrl","substring","includes","replace","isAbsoluteUrl","RegExp","test","split"],"mappings":";;;;;;;;;;;AAiBgB,SAAAA,aAAaA,CAACC,KAAa,EAAEC,GAAW,EAAA;AAEtD,EAAA,IAAI,CAACD,KAAK,EAAE,OAAOC,GAAG;AAEtB,EAAA,IAAI,CAACA,GAAG,EAAE,OAAOD,KAAK;AAEtB,EAAA,IAAIA,KAAK,CAACE,QAAQ,CAAC,GAAG,CAAC,EAAE;AACvB,IAAA,OAAOD,GAAG,CAACE,UAAU,CAAC,GAAG,CAAC,GAAGH,KAAK,GAAGC,GAAG,CAACG,KAAK,CAAC,CAAC,CAAC,GAAGJ,KAAK,GAAGC,GAAG;AACjE;AAEA,EAAA,OAAOA,GAAG,CAACE,UAAU,CAAC,GAAG,CAAC,GAAGH,KAAK,GAAGC,GAAG,GAAG,CAAA,EAAGD,KAAK,CAAA,CAAA,EAAIC,GAAG,CAAE,CAAA;AAC9D;AAWM,SAAUI,kBAAkBA,CAACC,GAAW,EAAA;AAG5C,EAAA,MAAMC,UAAU,GAAGD,GAAG,CAACE,MAAM,CAAC,QAAQ,CAAC;EAIvC,OAAOF,GAAG,CAACC,UAAU,GAAG,CAAC,CAAC,KAAK,GAAG,GAAGD,GAAG,CAACF,KAAK,CAAC,CAAC,EAAEG,UAAU,GAAG,CAAC,CAAC,GAAGD,GAAG,CAACF,KAAK,CAACG,UAAU,CAAC,GAAGD,GAAG;AACjG;AASM,SAAUG,oBAAoBA,CAACC,MAAc,EAAA;AACjD,EAAA,OAAOA,MAAM,IAAIA,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,GAAG,CAAA,CAAA,EAAIA,MAAM,CAAA,CAAE,GAAGA,MAAM;AAC5D;;MCnBsBC,gBAAgB,CAAA;EAQpCC,SAASA,CAAEC,gBAAwB,EAAA;IACjC,MAAM,IAAIC,KAAK,CAACC,SAAS,GAAG,iBAAiB,GAAG,EAAE,CAAC;AACrD;;;;;UAVoBJ,gBAAgB;AAAAK,IAAAA,IAAA,EAAA,EAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAC;AAAA,GAAA,CAAA;;;;;UAAhBT,gBAAgB;AAAAU,IAAAA,UAAA,EADb,MAAM;AAAcC,IAAAA,UAAA,EAAAA,MAAMC,MAAM,CAACC,oBAAoB;AAAC,GAAA,CAAA;;;;;;QACzDb,gBAAgB;AAAAc,EAAAA,UAAA,EAAA,CAAA;UADrCL,UAAU;AAACM,IAAAA,IAAA,EAAA,CAAA;AAACL,MAAAA,UAAU,EAAE,MAAM;AAAEC,MAAAA,UAAU,EAAEA,MAAMC,MAAM,CAACC,oBAAoB;KAAE;;;MAuCnEG,aAAa,GAAG,IAAIC,cAAc,CAC7C,OAAOb,SAAS,KAAK,WAAW,IAAIA,SAAS,GAAG,aAAa,GAAG,EAAE;AAsC9D,MAAOS,oBAAqB,SAAQb,gBAAgB,CAAA;EAK9CkB,iBAAA;EAJFC,SAAS;AACTC,EAAAA,kBAAkB,GAAmB,EAAE;AAE/CC,EAAAA,WACUA,CAAAH,iBAAmC,EACRI,IAAa,EAAA;AAEhD,IAAA,KAAK,EAAE;IAHC,IAAiB,CAAAJ,iBAAA,GAAjBA,iBAAiB;IAKzB,IAAI,CAACC,SAAS,GACZG,IAAI,IACJ,IAAI,CAACJ,iBAAiB,CAACK,kBAAkB,EAAE,IAC3CX,MAAM,CAACY,QAAQ,CAAC,CAACC,QAAQ,EAAEC,MAAM,IACjC,EAAE;AACN;AAGAC,EAAAA,WAAWA,GAAA;AACT,IAAA,OAAO,IAAI,CAACP,kBAAkB,CAACQ,MAAM,EAAE;AACrC,MAAA,IAAI,CAACR,kBAAkB,CAACS,GAAG,EAAG,EAAE;AAClC;AACF;EAESC,UAAUA,CAACC,EAA0B,EAAA;IAC5C,IAAI,CAACX,kBAAkB,CAACY,IAAI,CAC1B,IAAI,CAACd,iBAAiB,CAACY,UAAU,CAACC,EAAE,CAAC,EACrC,IAAI,CAACb,iBAAiB,CAACe,YAAY,CAACF,EAAE,CAAC,CACxC;AACH;AAESG,EAAAA,WAAWA,GAAA;IAClB,OAAO,IAAI,CAACf,SAAS;AACvB;EAESgB,kBAAkBA,CAACC,QAAgB,EAAA;AAC1C,IAAA,OAAOhD,aAAa,CAAC,IAAI,CAAC+B,SAAS,EAAEiB,QAAQ,CAAC;AAChD;AAESC,EAAAA,IAAIA,CAACC,cAAuB,KAAK,EAAA;AACxC,IAAA,MAAMC,QAAQ,GACZ,IAAI,CAACrB,iBAAiB,CAACqB,QAAQ,GAAGzC,oBAAoB,CAAC,IAAI,CAACoB,iBAAiB,CAACrB,MAAM,CAAC;AACvF,IAAA,MAAM2C,IAAI,GAAG,IAAI,CAACtB,iBAAiB,CAACsB,IAAI;IACxC,OAAOA,IAAI,IAAIF,WAAW,GAAG,CAAA,EAAGC,QAAQ,CAAGC,EAAAA,IAAI,CAAE,CAAA,GAAGD,QAAQ;AAC9D;EAESE,SAASA,CAACC,KAAU,EAAEC,KAAa,EAAEhD,GAAW,EAAEiD,WAAmB,EAAA;AAC5E,IAAA,MAAMC,WAAW,GAAG,IAAI,CAACV,kBAAkB,CAACxC,GAAG,GAAGG,oBAAoB,CAAC8C,WAAW,CAAC,CAAC;IACpF,IAAI,CAAC1B,iBAAiB,CAACuB,SAAS,CAACC,KAAK,EAAEC,KAAK,EAAEE,WAAW,CAAC;AAC7D;EAESC,YAAYA,CAACJ,KAAU,EAAEC,KAAa,EAAEhD,GAAW,EAAEiD,WAAmB,EAAA;AAC/E,IAAA,MAAMC,WAAW,GAAG,IAAI,CAACV,kBAAkB,CAACxC,GAAG,GAAGG,oBAAoB,CAAC8C,WAAW,CAAC,CAAC;IACpF,IAAI,CAAC1B,iBAAiB,CAAC4B,YAAY,CAACJ,KAAK,EAAEC,KAAK,EAAEE,WAAW,CAAC;AAChE;AAESE,EAAAA,OAAOA,GAAA;AACd,IAAA,IAAI,CAAC7B,iBAAiB,CAAC6B,OAAO,EAAE;AAClC;AAESC,EAAAA,IAAIA,GAAA;AACX,IAAA,IAAI,CAAC9B,iBAAiB,CAAC8B,IAAI,EAAE;AAC/B;AAESC,EAAAA,QAAQA,GAAA;AACf,IAAA,OAAO,IAAI,CAAC/B,iBAAiB,CAAC+B,QAAQ,EAAE;AAC1C;AAEShD,EAAAA,SAASA,CAACC,mBAA2B,CAAC,EAAA;AAC7C,IAAA,IAAI,CAACgB,iBAAiB,CAACjB,SAAS,GAAGC,gBAAgB,CAAC;AACtD;AAtEW,EAAA,OAAAgD,IAAA,GAAA3C,EAAA,CAAA4C,kBAAA,CAAA;AAAAC,IAAAA,UAAA,EAAA,QAAA;AAAAC,IAAAA,OAAA,EAAA,mBAAA;AAAAC,IAAAA,QAAA,EAAA/C,EAAA;AAAAgD,IAAAA,IAAA,EAAA1C,oBAAoB;;;;aAMTG,aAAa;AAAAwC,MAAAA,QAAA,EAAA;AAAA,KAAA,CAAA;AAAAlD,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAC;AAAA,GAAA,CAAA;AANxB,EAAA,OAAAgD,KAAA,GAAAlD,EAAA,CAAAmD,qBAAA,CAAA;AAAAN,IAAAA,UAAA,EAAA,QAAA;AAAAC,IAAAA,OAAA,EAAA,mBAAA;AAAAC,IAAAA,QAAA,EAAA/C,EAAA;AAAAgD,IAAAA,IAAA,EAAA1C,oBAAoB;gBADR;AAAM,GAAA,CAAA;;;;;;QAClBA,oBAAoB;AAAAC,EAAAA,UAAA,EAAA,CAAA;UADhCL,UAAU;WAAC;AAACC,MAAAA,UAAU,EAAE;KAAO;;;;;;;YAO3BiD;;YAAYC,MAAM;aAAC5C,aAAa;;;;AA2E/B,MAAO6C,mCAAoC,SAAQhD,oBAAoB,CAAA;EAClEsB,kBAAkBA,CAACC,QAAgB,EAAA;AAC1C,IAAA,MAAMC,IAAI,GAAGyB,cAAc,CAAC1B,QAAQ,CAAC;AACrC,IAAA,IAAIC,IAAI,CAAC9C,QAAQ,CAAC,GAAG,CAAC,IAAI8C,IAAI,CAACT,MAAM,GAAG,CAAC,EAAE;AACzCQ,MAAAA,QAAQ,GAAGC,IAAI,CAAC5C,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG2C,QAAQ,CAAC3C,KAAK,CAAC4C,IAAI,CAACT,MAAM,CAAC;AAC5D;AACA,IAAA,OAAO,KAAK,CAACO,kBAAkB,CAACC,QAAQ,CAAC;AAC3C;;;;;UAPWyB,mCAAmC;AAAAxD,IAAAA,IAAA,EAAA,IAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAC;AAAA,GAAA,CAAA;AAAnC,EAAA,OAAAgD,KAAA,GAAAlD,EAAA,CAAAmD,qBAAA,CAAA;AAAAN,IAAAA,UAAA,EAAA,QAAA;AAAAC,IAAAA,OAAA,EAAA,mBAAA;AAAAC,IAAAA,QAAA,EAAA/C,EAAA;AAAAgD,IAAAA,IAAA,EAAAM,mCAAmC;gBADvB;AAAM,GAAA,CAAA;;;;;;QAClBA,mCAAmC;AAAA/C,EAAAA,UAAA,EAAA,CAAA;UAD/CL,UAAU;WAAC;AAACC,MAAAA,UAAU,EAAE;KAAO;;;AAmB1B,MAAOqD,iCAAkC,SAAQlD,oBAAoB,CAAA;EAChEsB,kBAAkBA,CAACC,QAAgB,EAAA;AAC1C,IAAA,MAAMC,IAAI,GAAGyB,cAAc,CAAC1B,QAAQ,CAAC;AACrC,IAAA,IAAI,CAACC,IAAI,CAAC9C,QAAQ,CAAC,GAAG,CAAC,EAAE;AACvB6C,MAAAA,QAAQ,GAAGC,IAAI,GAAG,GAAG,GAAGD,QAAQ,CAAC3C,KAAK,CAAC4C,IAAI,CAACT,MAAM,CAAC;AACrD;AACA,IAAA,OAAO,KAAK,CAACO,kBAAkB,CAACC,QAAQ,CAAC;AAC3C;;;;;UAPW2B,iCAAiC;AAAA1D,IAAAA,IAAA,EAAA,IAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAC;AAAA,GAAA,CAAA;AAAjC,EAAA,OAAAgD,KAAA,GAAAlD,EAAA,CAAAmD,qBAAA,CAAA;AAAAN,IAAAA,UAAA,EAAA,QAAA;AAAAC,IAAAA,OAAA,EAAA,mBAAA;AAAAC,IAAAA,QAAA,EAAA/C,EAAA;AAAAgD,IAAAA,IAAA,EAAAQ,iCAAiC;gBADrB;AAAM,GAAA,CAAA;;;;;;QAClBA,iCAAiC;AAAAjD,EAAAA,UAAA,EAAA,CAAA;UAD7CL,UAAU;WAAC;AAACC,MAAAA,UAAU,EAAE;KAAO;;;AAWhC,SAASoD,cAAcA,CAACnE,GAAW,EAAA;AACjC,EAAA,MAAMqE,uBAAuB,GAAGrE,GAAG,CAACE,MAAM,CAAC,MAAM,CAAC;EAClD,MAAMoE,OAAO,GAAGD,uBAAuB,GAAG,CAAC,CAAC,GAAGA,uBAAuB,GAAGrE,GAAG,CAACiC,MAAM;AACnF,EAAA,OAAOjC,GAAG,CAACF,KAAK,CAAC,CAAC,EAAEwE,OAAO,CAAC;AAC9B;;MC/KaC,QAAQ,CAAA;AAEnBC,EAAAA,QAAQ,GAAG,IAAIC,OAAO,EAAiB;EAEvCC,SAAS;EAETC,iBAAiB;AAEjBC,EAAAA,mBAAmB,GAA8C,EAAE;AAEnEC,EAAAA,sBAAsB,GAA4B,IAAI;EAEtDnD,WAAAA,CAAYoD,gBAAkC,EAAA;IAC5C,IAAI,CAACH,iBAAiB,GAAGG,gBAAgB;IACzC,MAAMC,QAAQ,GAAG,IAAI,CAACJ,iBAAiB,CAACpC,WAAW,EAAE;AAOrD,IAAA,IAAI,CAACmC,SAAS,GAAGM,YAAY,CAACjF,kBAAkB,CAACkF,eAAe,CAACF,QAAQ,CAAC,CAAC,CAAC;AAC5E,IAAA,IAAI,CAACJ,iBAAiB,CAACxC,UAAU,CAAE+C,EAAE,IAAI;AACvC,MAAA,IAAI,CAACV,QAAQ,CAACW,IAAI,CAAC;AACjB,QAAA,KAAK,EAAE,IAAI,CAACzC,IAAI,CAAC,IAAI,CAAC;AACtB,QAAA,KAAK,EAAE,IAAI;QACX,OAAO,EAAEwC,EAAE,CAACnC,KAAK;QACjB,MAAM,EAAEmC,EAAE,CAACtB;AACZ,OAAA,CAAC;AACJ,KAAC,CAAC;AACJ;AAGA5B,EAAAA,WAAWA,GAAA;AACT,IAAA,IAAI,CAAC6C,sBAAsB,EAAEO,WAAW,EAAE;IAC1C,IAAI,CAACR,mBAAmB,GAAG,EAAE;AAC/B;AAWAlC,EAAAA,IAAIA,CAACC,cAAuB,KAAK,EAAA;AAC/B,IAAA,OAAO,IAAI,CAAC0C,SAAS,CAAC,IAAI,CAACV,iBAAiB,CAACjC,IAAI,CAACC,WAAW,CAAC,CAAC;AACjE;AAMAW,EAAAA,QAAQA,GAAA;AACN,IAAA,OAAO,IAAI,CAACqB,iBAAiB,CAACrB,QAAQ,EAAE;AAC1C;AAWAgC,EAAAA,oBAAoBA,CAAC5C,IAAY,EAAE6C,KAAA,GAAgB,EAAE,EAAA;AACnD,IAAA,OAAO,IAAI,CAAC7C,IAAI,EAAE,IAAI,IAAI,CAAC2C,SAAS,CAAC3C,IAAI,GAAGvC,oBAAoB,CAACoF,KAAK,CAAC,CAAC;AAC1E;EASAF,SAASA,CAACrF,GAAW,EAAA;AACnB,IAAA,OAAOuE,QAAQ,CAACxE,kBAAkB,CAACyF,cAAc,CAAC,IAAI,CAACd,SAAS,EAAEO,eAAe,CAACjF,GAAG,CAAC,CAAC,CAAC;AAC1F;EAYAwC,kBAAkBA,CAACxC,GAAW,EAAA;IAC5B,IAAIA,GAAG,IAAIA,GAAG,CAAC,CAAC,CAAC,KAAK,GAAG,EAAE;MACzBA,GAAG,GAAG,GAAG,GAAGA,GAAG;AACjB;AACA,IAAA,OAAO,IAAI,CAAC2E,iBAAiB,CAACnC,kBAAkB,CAACxC,GAAG,CAAC;AACvD;EAYAyF,EAAEA,CAAC/C,IAAY,EAAE6C,QAAgB,EAAE,EAAExC,QAAa,IAAI,EAAA;AACpD,IAAA,IAAI,CAAC4B,iBAAiB,CAAC7B,SAAS,CAACC,KAAK,EAAE,EAAE,EAAEL,IAAI,EAAE6C,KAAK,CAAC;AACxD,IAAA,IAAI,CAACG,yBAAyB,CAC5B,IAAI,CAAClD,kBAAkB,CAACE,IAAI,GAAGvC,oBAAoB,CAACoF,KAAK,CAAC,CAAC,EAC3DxC,KAAK,CACN;AACH;EAUAI,YAAYA,CAACT,IAAY,EAAE6C,QAAgB,EAAE,EAAExC,QAAa,IAAI,EAAA;AAC9D,IAAA,IAAI,CAAC4B,iBAAiB,CAACxB,YAAY,CAACJ,KAAK,EAAE,EAAE,EAAEL,IAAI,EAAE6C,KAAK,CAAC;AAC3D,IAAA,IAAI,CAACG,yBAAyB,CAC5B,IAAI,CAAClD,kBAAkB,CAACE,IAAI,GAAGvC,oBAAoB,CAACoF,KAAK,CAAC,CAAC,EAC3DxC,KAAK,CACN;AACH;AAKAK,EAAAA,OAAOA,GAAA;AACL,IAAA,IAAI,CAACuB,iBAAiB,CAACvB,OAAO,EAAE;AAClC;AAKAC,EAAAA,IAAIA,GAAA;AACF,IAAA,IAAI,CAACsB,iBAAiB,CAACtB,IAAI,EAAE;AAC/B;AAcA/C,EAAAA,SAASA,CAACC,mBAA2B,CAAC,EAAA;AACpC,IAAA,IAAI,CAACoE,iBAAiB,CAACrE,SAAS,GAAGC,gBAAgB,CAAC;AACtD;EASAoF,WAAWA,CAACvD,EAAyC,EAAA;AACnD,IAAA,IAAI,CAACwC,mBAAmB,CAACvC,IAAI,CAACD,EAAE,CAAC;IAEjC,IAAI,CAACyC,sBAAsB,KAAK,IAAI,CAACe,SAAS,CAAEC,CAAC,IAAI;MACnD,IAAI,CAACH,yBAAyB,CAACG,CAAC,CAAC7F,GAAG,EAAE6F,CAAC,CAAC9C,KAAK,CAAC;AAChD,KAAC,CAAC;AAEF,IAAA,OAAO,MAAK;MACV,MAAM+C,OAAO,GAAG,IAAI,CAAClB,mBAAmB,CAACmB,OAAO,CAAC3D,EAAE,CAAC;MACpD,IAAI,CAACwC,mBAAmB,CAACoB,MAAM,CAACF,OAAO,EAAE,CAAC,CAAC;AAE3C,MAAA,IAAI,IAAI,CAAClB,mBAAmB,CAAC3C,MAAM,KAAK,CAAC,EAAE;AACzC,QAAA,IAAI,CAAC4C,sBAAsB,EAAEO,WAAW,EAAE;QAC1C,IAAI,CAACP,sBAAsB,GAAG,IAAI;AACpC;KACD;AACH;AAGAa,EAAAA,yBAAyBA,CAAC1F,GAAA,GAAc,EAAE,EAAE+C,KAAc,EAAA;AACxD,IAAA,IAAI,CAAC6B,mBAAmB,CAACqB,OAAO,CAAE7D,EAAE,IAAKA,EAAE,CAACpC,GAAG,EAAE+C,KAAK,CAAC,CAAC;AAC1D;AAeA6C,EAAAA,SAASA,CACPM,MAAsC,EACtCC,OAA2C,EAC3CC,QAA8B,EAAA;AAE9B,IAAA,OAAO,IAAI,CAAC5B,QAAQ,CAACoB,SAAS,CAAC;AAC7BT,MAAAA,IAAI,EAAEe,MAAM;MACZG,KAAK,EAAEF,OAAO,IAAIG,SAAS;MAC3BC,QAAQ,EAAEH,QAAQ,IAAIE;AACvB,KAAA,CAAC;AACJ;EASO,OAAOnG,oBAAoB,GAA+BA,oBAAoB;EAW9E,OAAOV,aAAa,GAA2CA,aAAa;EAW5E,OAAOM,kBAAkB,GAA4BA,kBAAkB;;;;;UAxPnEwE,QAAQ;AAAA7D,IAAAA,IAAA,EAAA,CAAA;MAAA8F,KAAA,EAAAC;AAAA,KAAA,CAAA;AAAA9F,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAC;AAAA,GAAA,CAAA;;;;;UAARyD,QAAQ;AAAAxD,IAAAA,UAAA,EAJP,MAAM;AAAAC,IAAAA,UAAA,EAEN0F;AAAc,GAAA,CAAA;;;;;;QAEfnC,QAAQ;AAAApD,EAAAA,UAAA,EAAA,CAAA;UALpBL,UAAU;AAACM,IAAAA,IAAA,EAAA,CAAA;AACVL,MAAAA,UAAU,EAAE,MAAM;AAElBC,MAAAA,UAAU,EAAE0F;KACb;;;;;;SA4PeA,cAAcA,GAAA;AAC5B,EAAA,OAAO,IAAInC,QAAQ,CAACoC,QAAQ,CAACtG,gBAAuB,CAAC,CAAC;AACxD;AAEA,SAASmF,cAAcA,CAACoB,QAAgB,EAAE5G,GAAW,EAAA;EACnD,IAAI,CAAC4G,QAAQ,IAAI,CAAC5G,GAAG,CAACH,UAAU,CAAC+G,QAAQ,CAAC,EAAE;AAC1C,IAAA,OAAO5G,GAAG;AACZ;EACA,MAAM6G,WAAW,GAAG7G,GAAG,CAAC8G,SAAS,CAACF,QAAQ,CAAC3E,MAAM,CAAC;EAClD,IAAI4E,WAAW,KAAK,EAAE,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAACE,QAAQ,CAACF,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE;AACvE,IAAA,OAAOA,WAAW;AACpB;AACA,EAAA,OAAO7G,GAAG;AACZ;AAEA,SAASiF,eAAeA,CAACjF,GAAW,EAAA;AAClC,EAAA,OAAOA,GAAG,CAACgH,OAAO,CAAC,eAAe,EAAE,EAAE,CAAC;AACzC;AAEA,SAAShC,YAAYA,CAACD,QAAgB,EAAA;EAMpC,MAAMkC,aAAa,GAAG,IAAIC,MAAM,CAAC,eAAe,CAAC,CAACC,IAAI,CAACpC,QAAQ,CAAC;AAChE,EAAA,IAAIkC,aAAa,EAAE;IACjB,MAAM,GAAGrE,QAAQ,CAAC,GAAGmC,QAAQ,CAACqC,KAAK,CAAC,YAAY,CAAC;AACjD,IAAA,OAAOxE,QAAQ;AACjB;AACA,EAAA,OAAOmC,QAAQ;AACjB;;;;"}
|
|
1
|
+
{"version":3,"file":"_location-chunk.mjs","sources":["../../../../../k8-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/location/util.ts","../../../../../k8-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/location/location_strategy.ts","../../../../../k8-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/location/location.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\n/**\n * Joins two parts of a URL with a slash if needed.\n *\n * @param start URL string\n * @param end URL string\n *\n *\n * @returns The joined URL string.\n */\nexport function joinWithSlash(start: string, end: string) {\n // If `start` is an empty string, return `end` as the result.\n if (!start) return end;\n // If `end` is an empty string, return `start` as the result.\n if (!end) return start;\n // If `start` ends with a slash, remove the leading slash from `end`.\n if (start.endsWith('/')) {\n return end.startsWith('/') ? start + end.slice(1) : start + end;\n }\n // If `start` doesn't end with a slash, add one if `end` doesn't start with a slash.\n return end.startsWith('/') ? start + end : `${start}/${end}`;\n}\n\n/**\n * Removes a trailing slash from a URL string if needed.\n * Looks for the first occurrence of either `#`, `?`, or the end of the\n * line as `/` characters and removes the trailing slash if one exists.\n *\n * @param url URL string.\n *\n * @returns The URL string, modified if needed.\n */\nexport function stripTrailingSlash(url: string): string {\n // Find the index of the first occurrence of `#`, `?`, or the end of the string.\n // This marks the start of the query string, fragment, or the end of the URL path.\n const pathEndIdx = url.search(/#|\\?|$/);\n // Check if the character before `pathEndIdx` is a trailing slash.\n // If it is, remove the trailing slash and return the modified URL.\n // Otherwise, return the URL as is.\n return url[pathEndIdx - 1] === '/' ? url.slice(0, pathEndIdx - 1) + url.slice(pathEndIdx) : url;\n}\n\n/**\n * Normalizes URL parameters by prepending with `?` if needed.\n *\n * @param params String of URL parameters.\n *\n * @returns The normalized URL parameters string.\n */\nexport function normalizeQueryParams(params: string): string {\n return params && params[0] !== '?' ? `?${params}` : params;\n}\n","/**\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 DOCUMENT,\n Inject,\n inject,\n Injectable,\n InjectionToken,\n OnDestroy,\n Optional,\n} from '@angular/core';\n\nimport {LocationChangeListener, PlatformLocation} from './platform_location';\nimport {joinWithSlash, normalizeQueryParams} from './util';\n\n/**\n * Enables the `Location` service to read route state from the browser's URL.\n * Angular provides two strategies:\n * `HashLocationStrategy` and `PathLocationStrategy`.\n *\n * Applications should use the `Router` or `Location` services to\n * interact with application route state.\n *\n * For instance, `HashLocationStrategy` produces URLs like\n * <code class=\"no-auto-link\">http://example.com/#/foo</code>,\n * and `PathLocationStrategy` produces\n * <code class=\"no-auto-link\">http://example.com/foo</code> as an equivalent URL.\n *\n * See these two classes for more.\n *\n * @publicApi\n */\n@Injectable({providedIn: 'root', useFactory: () => inject(PathLocationStrategy)})\nexport abstract class LocationStrategy {\n abstract path(includeHash?: boolean): string;\n abstract prepareExternalUrl(internal: string): string;\n abstract getState(): unknown;\n abstract pushState(state: any, title: string, url: string, queryParams: string): void;\n abstract replaceState(state: any, title: string, url: string, queryParams: string): void;\n abstract forward(): void;\n abstract back(): void;\n historyGo?(relativePosition: number): void {\n throw new Error(ngDevMode ? 'Not implemented' : '');\n }\n abstract onPopState(fn: LocationChangeListener): void;\n abstract getBaseHref(): string;\n}\n\n/**\n * A predefined DI token for the base href\n * to be used with the `PathLocationStrategy`.\n * The base href is the URL prefix that should be preserved when generating\n * and recognizing URLs.\n *\n * @usageNotes\n *\n * The following example shows how to use this token to configure the root app injector\n * with a base href value, so that the DI framework can supply the dependency anywhere in the app.\n *\n * ```ts\n * import {NgModule} from '@angular/core';\n * import {APP_BASE_HREF} from '@angular/common';\n *\n * @NgModule({\n * providers: [{provide: APP_BASE_HREF, useValue: '/my/app'}]\n * })\n * class AppModule {}\n * ```\n *\n * @publicApi\n */\nexport const APP_BASE_HREF = new InjectionToken<string>(\n typeof ngDevMode !== 'undefined' && ngDevMode ? 'appBaseHref' : '',\n);\n\n/**\n * @description\n * A {@link LocationStrategy} used to configure the {@link Location} service to\n * represent its state in the\n * [path](https://en.wikipedia.org/wiki/Uniform_Resource_Locator#Syntax) of the\n * browser's URL.\n *\n * If you're using `PathLocationStrategy`, you may provide a {@link APP_BASE_HREF}\n * or add a `<base href>` element to the document to override the default.\n *\n * For instance, if you provide an `APP_BASE_HREF` of `'/my/app/'` and call\n * `location.go('/foo')`, the browser's URL will become\n * `example.com/my/app/foo`. To ensure all relative URIs resolve correctly,\n * the `<base href>` and/or `APP_BASE_HREF` should end with a `/`.\n *\n * Similarly, if you add `<base href='/my/app/'/>` to the document and call\n * `location.go('/foo')`, the browser's URL will become\n * `example.com/my/app/foo`.\n *\n * Note that when using `PathLocationStrategy`, neither the query nor\n * the fragment in the `<base href>` will be preserved, as outlined\n * by the [RFC](https://tools.ietf.org/html/rfc3986#section-5.2.2).\n *\n * To ensure that trailing slashes are always present or never present in the URL, use\n * {@link TrailingSlashPathLocationStrategy} or {@link NoTrailingSlashPathLocationStrategy}.\n *\n * @usageNotes\n *\n * ### Example\n *\n * {@example common/location/ts/path_location_component.ts region='LocationComponent'}\n *\n * @publicApi\n */\n@Injectable({providedIn: 'root'})\nexport class PathLocationStrategy extends LocationStrategy implements OnDestroy {\n private _baseHref: string;\n private _removeListenerFns: (() => void)[] = [];\n\n constructor(\n private _platformLocation: PlatformLocation,\n @Optional() @Inject(APP_BASE_HREF) href?: string,\n ) {\n super();\n\n this._baseHref =\n href ??\n this._platformLocation.getBaseHrefFromDOM() ??\n inject(DOCUMENT).location?.origin ??\n '';\n }\n\n /** @docs-private */\n ngOnDestroy(): void {\n while (this._removeListenerFns.length) {\n this._removeListenerFns.pop()!();\n }\n }\n\n override onPopState(fn: LocationChangeListener): void {\n this._removeListenerFns.push(\n this._platformLocation.onPopState(fn),\n this._platformLocation.onHashChange(fn),\n );\n }\n\n override getBaseHref(): string {\n return this._baseHref;\n }\n\n override prepareExternalUrl(internal: string): string {\n return joinWithSlash(this._baseHref, internal);\n }\n\n override path(includeHash: boolean = false): string {\n const pathname =\n this._platformLocation.pathname + normalizeQueryParams(this._platformLocation.search);\n const hash = this._platformLocation.hash;\n return hash && includeHash ? `${pathname}${hash}` : pathname;\n }\n\n override pushState(state: any, title: string, url: string, queryParams: string) {\n const externalUrl = this.prepareExternalUrl(url + normalizeQueryParams(queryParams));\n this._platformLocation.pushState(state, title, externalUrl);\n }\n\n override replaceState(state: any, title: string, url: string, queryParams: string) {\n const externalUrl = this.prepareExternalUrl(url + normalizeQueryParams(queryParams));\n this._platformLocation.replaceState(state, title, externalUrl);\n }\n\n override forward(): void {\n this._platformLocation.forward();\n }\n\n override back(): void {\n this._platformLocation.back();\n }\n\n override getState(): unknown {\n return this._platformLocation.getState();\n }\n\n override historyGo(relativePosition: number = 0): void {\n this._platformLocation.historyGo?.(relativePosition);\n }\n}\n\n/**\n * A `LocationStrategy` that ensures URLs never have a trailing slash.\n * This strategy only affects the URL written to the browser.\n * `Location.path()` and `Location.normalize()` will continue to strip trailing slashes when reading the URL.\n *\n * @publicApi\n */\n@Injectable({providedIn: 'root'})\nexport class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {\n override prepareExternalUrl(internal: string): string {\n const path = extractUrlPath(internal);\n if (path.endsWith('/') && path.length > 1) {\n internal = path.slice(0, -1) + internal.slice(path.length);\n }\n return super.prepareExternalUrl(internal);\n }\n}\n\n/**\n * A `LocationStrategy` that ensures URLs always have a trailing slash.\n * This strategy only affects the URL written to the browser.\n * `Location.path()` and `Location.normalize()` will continue to strip trailing slashes when reading the URL.\n *\n * @publicApi\n */\n@Injectable({providedIn: 'root'})\nexport class TrailingSlashPathLocationStrategy extends PathLocationStrategy {\n override prepareExternalUrl(internal: string): string {\n const path = extractUrlPath(internal);\n if (!path.endsWith('/')) {\n internal = path + '/' + internal.slice(path.length);\n }\n return super.prepareExternalUrl(internal);\n }\n}\n\nfunction extractUrlPath(url: string): string {\n const questionMarkOrHashIndex = url.search(/[?#]/);\n const pathEnd = questionMarkOrHashIndex > -1 ? questionMarkOrHashIndex : url.length;\n return url.slice(0, pathEnd);\n}\n","/**\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 {Injectable, OnDestroy, ɵɵinject} from '@angular/core';\nimport {Subject, SubscriptionLike} from 'rxjs';\n\nimport {LocationStrategy} from './location_strategy';\nimport {joinWithSlash, normalizeQueryParams, stripTrailingSlash} from './util';\n\n/** @publicApi */\nexport interface PopStateEvent {\n pop?: boolean;\n state?: any;\n type?: string;\n url?: string;\n}\n\n/**\n * @description\n *\n * A service that applications can use to interact with a browser's URL.\n *\n * Depending on the `LocationStrategy` used, `Location` persists\n * to the URL's path or the URL's hash segment.\n *\n * @usageNotes\n *\n * It's better to use the `Router.navigate()` service to trigger route changes. Use\n * `Location` only if you need to interact with or create normalized URLs outside of\n * routing.\n *\n * `Location` is responsible for normalizing the URL against the application's base href.\n * A normalized URL is absolute from the URL host, includes the application's base href, and has no\n * trailing slash:\n * - `/my/app/user/123` is normalized\n * - `my/app/user/123` **is not** normalized\n * - `/my/app/user/123/` **is not** normalized\n *\n * ### Example\n *\n * {@example common/location/ts/path_location_component.ts region='LocationComponent'}\n *\n * @publicApi\n */\n@Injectable({\n providedIn: 'root',\n // See #23917\n useFactory: createLocation,\n})\nexport class Location implements OnDestroy {\n /** @internal */\n _subject = new Subject<PopStateEvent>();\n /** @internal */\n _basePath: string;\n /** @internal */\n _locationStrategy: LocationStrategy;\n /** @internal */\n _urlChangeListeners: ((url: string, state: unknown) => void)[] = [];\n /** @internal */\n _urlChangeSubscription: SubscriptionLike | null = null;\n\n constructor(locationStrategy: LocationStrategy) {\n this._locationStrategy = locationStrategy;\n const baseHref = this._locationStrategy.getBaseHref();\n // Note: This class's interaction with base HREF does not fully follow the rules\n // outlined in the spec https://www.freesoft.org/CIE/RFC/1808/18.htm.\n // Instead of trying to fix individual bugs with more and more code, we should\n // investigate using the URL constructor and providing the base as a second\n // argument.\n // https://developer.mozilla.org/en-US/docs/Web/API/URL/URL#parameters\n this._basePath = _stripOrigin(stripTrailingSlash(_stripIndexHtml(baseHref)));\n this._locationStrategy.onPopState((ev) => {\n this._subject.next({\n 'url': this.path(true),\n 'pop': true,\n 'state': ev.state,\n 'type': ev.type,\n });\n });\n }\n\n /** @docs-private */\n ngOnDestroy(): void {\n this._urlChangeSubscription?.unsubscribe();\n this._urlChangeListeners = [];\n }\n\n /**\n * Normalizes the URL path for this location.\n *\n * @param includeHash True to include an anchor fragment in the path.\n *\n * @returns The normalized URL path.\n */\n // TODO: vsavkin. Remove the boolean flag and always include hash once the deprecated router is\n // removed.\n path(includeHash: boolean = false): string {\n return this.normalize(this._locationStrategy.path(includeHash));\n }\n\n /**\n * Reports the current state of the location history.\n * @returns The current value of the `history.state` object.\n */\n getState(): unknown {\n return this._locationStrategy.getState();\n }\n\n /**\n * Normalizes the given path and compares to the current normalized path.\n *\n * @param path The given URL path.\n * @param query Query parameters.\n *\n * @returns True if the given URL path is equal to the current normalized path, false\n * otherwise.\n */\n isCurrentPathEqualTo(path: string, query: string = ''): boolean {\n return this.path() == this.normalize(path + normalizeQueryParams(query));\n }\n\n /**\n * Normalizes a URL path by stripping any trailing slashes.\n *\n * @param url String representing a URL.\n *\n * @returns The normalized URL string.\n */\n normalize(url: string): string {\n return Location.stripTrailingSlash(_stripBasePath(this._basePath, _stripIndexHtml(url)));\n }\n\n /**\n * Normalizes an external URL path.\n * If the given URL doesn't begin with a leading slash (`'/'`), adds one\n * before normalizing. Adds a hash if `HashLocationStrategy` is\n * in use, or the `APP_BASE_HREF` if the `PathLocationStrategy` is in use.\n *\n * @param url String representing a URL.\n *\n * @returns A normalized platform-specific URL.\n */\n prepareExternalUrl(url: string): string {\n if (url && url[0] !== '/') {\n url = '/' + url;\n }\n return this._locationStrategy.prepareExternalUrl(url);\n }\n\n // TODO: rename this method to pushState\n /**\n * Changes the browser's URL to a normalized version of a given URL, and pushes a\n * new item onto the platform's history.\n *\n * @param path URL path to normalize.\n * @param query Query parameters.\n * @param state Location history state.\n *\n */\n go(path: string, query: string = '', state: any = null): void {\n this._locationStrategy.pushState(state, '', path, query);\n this._notifyUrlChangeListeners(\n this.prepareExternalUrl(path + normalizeQueryParams(query)),\n state,\n );\n }\n\n /**\n * Changes the browser's URL to a normalized version of the given URL, and replaces\n * the top item on the platform's history stack.\n *\n * @param path URL path to normalize.\n * @param query Query parameters.\n * @param state Location history state.\n */\n replaceState(path: string, query: string = '', state: any = null): void {\n this._locationStrategy.replaceState(state, '', path, query);\n this._notifyUrlChangeListeners(\n this.prepareExternalUrl(path + normalizeQueryParams(query)),\n state,\n );\n }\n\n /**\n * Navigates forward in the platform's history.\n */\n forward(): void {\n this._locationStrategy.forward();\n }\n\n /**\n * Navigates back in the platform's history.\n */\n back(): void {\n this._locationStrategy.back();\n }\n\n /**\n * Navigate to a specific page from session history, identified by its relative position to the\n * current page.\n *\n * @param relativePosition Position of the target page in the history relative to the current\n * page.\n * A negative value moves backwards, a positive value moves forwards, e.g. `location.historyGo(2)`\n * moves forward two pages and `location.historyGo(-2)` moves back two pages. When we try to go\n * beyond what's stored in the history session, we stay in the current page. Same behaviour occurs\n * when `relativePosition` equals 0.\n * @see https://developer.mozilla.org/en-US/docs/Web/API/History_API#Moving_to_a_specific_point_in_history\n */\n historyGo(relativePosition: number = 0): void {\n this._locationStrategy.historyGo?.(relativePosition);\n }\n\n /**\n * Registers a URL change listener. Use to catch updates performed by the Angular\n * framework that are not detectible through \"popstate\" or \"hashchange\" events.\n *\n * @param fn The change handler function, which take a URL and a location history state.\n * @returns A function that, when executed, unregisters a URL change listener.\n */\n onUrlChange(fn: (url: string, state: unknown) => void): VoidFunction {\n this._urlChangeListeners.push(fn);\n\n this._urlChangeSubscription ??= this.subscribe((v) => {\n this._notifyUrlChangeListeners(v.url, v.state);\n });\n\n return () => {\n const fnIndex = this._urlChangeListeners.indexOf(fn);\n this._urlChangeListeners.splice(fnIndex, 1);\n\n if (this._urlChangeListeners.length === 0) {\n this._urlChangeSubscription?.unsubscribe();\n this._urlChangeSubscription = null;\n }\n };\n }\n\n /** @internal */\n _notifyUrlChangeListeners(url: string = '', state: unknown) {\n this._urlChangeListeners.forEach((fn) => fn(url, state));\n }\n\n /**\n * Subscribes to the platform's `popState` events.\n *\n * Note: `Location.go()` does not trigger the `popState` event in the browser. Use\n * `Location.onUrlChange()` to subscribe to URL changes instead.\n *\n * @param value Event that is triggered when the state history changes.\n * @param exception The exception to throw.\n *\n * @see [onpopstate](https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onpopstate)\n *\n * @returns Subscribed events.\n */\n subscribe(\n onNext: (value: PopStateEvent) => void,\n onThrow?: ((exception: any) => void) | null,\n onReturn?: (() => void) | null,\n ): SubscriptionLike {\n return this._subject.subscribe({\n next: onNext,\n error: onThrow ?? undefined,\n complete: onReturn ?? undefined,\n });\n }\n\n /**\n * Normalizes URL parameters by prepending with `?` if needed.\n *\n * @param params String of URL parameters.\n *\n * @returns The normalized URL parameters string.\n */\n public static normalizeQueryParams: (params: string) => string = normalizeQueryParams;\n\n /**\n * Joins two parts of a URL with a slash if needed.\n *\n * @param start URL string\n * @param end URL string\n *\n *\n * @returns The joined URL string.\n */\n public static joinWithSlash: (start: string, end: string) => string = joinWithSlash;\n\n /**\n * Removes a trailing slash from a URL string if needed.\n * Looks for the first occurrence of either `#`, `?`, or the end of the\n * line as `/` characters and removes the trailing slash if one exists.\n *\n * @param url URL string.\n *\n * @returns The URL string, modified if needed.\n */\n public static stripTrailingSlash: (url: string) => string = stripTrailingSlash;\n}\n\nexport function createLocation() {\n return new Location(ɵɵinject(LocationStrategy as any));\n}\n\nfunction _stripBasePath(basePath: string, url: string): string {\n if (!basePath || !url.startsWith(basePath)) {\n return url;\n }\n const strippedUrl = url.substring(basePath.length);\n if (strippedUrl === '' || ['/', ';', '?', '#'].includes(strippedUrl[0])) {\n return strippedUrl;\n }\n return url;\n}\n\nfunction _stripIndexHtml(url: string): string {\n return url.replace(/\\/index.html$/, '');\n}\n\nfunction _stripOrigin(baseHref: string): string {\n // DO NOT REFACTOR! Previously, this check looked like this:\n // `/^(https?:)?\\/\\//.test(baseHref)`, but that resulted in\n // syntactically incorrect code after Closure Compiler minification.\n // This was likely caused by a bug in Closure Compiler, but\n // for now, the check is rewritten to use `new RegExp` instead.\n const isAbsoluteUrl = new RegExp('^(https?:)?//').test(baseHref);\n if (isAbsoluteUrl) {\n const [, pathname] = baseHref.split(/\\/\\/[^\\/]+/);\n return pathname;\n }\n return baseHref;\n}\n"],"names":["joinWithSlash","start","end","endsWith","startsWith","slice","stripTrailingSlash","url","pathEndIdx","search","normalizeQueryParams","params","LocationStrategy","historyGo","relativePosition","Error","ngDevMode","deps","target","i0","ɵɵFactoryTarget","Injectable","providedIn","useFactory","inject","PathLocationStrategy","decorators","args","APP_BASE_HREF","InjectionToken","_platformLocation","_baseHref","_removeListenerFns","constructor","href","getBaseHrefFromDOM","DOCUMENT","location","origin","ngOnDestroy","length","pop","onPopState","fn","push","onHashChange","getBaseHref","prepareExternalUrl","internal","path","includeHash","pathname","hash","pushState","state","title","queryParams","externalUrl","replaceState","forward","back","getState","ɵfac","ɵɵngDeclareFactory","minVersion","version","ngImport","type","optional","ɵprov","ɵɵngDeclareInjectable","Optional","Inject","NoTrailingSlashPathLocationStrategy","extractUrlPath","TrailingSlashPathLocationStrategy","questionMarkOrHashIndex","pathEnd","Location","_subject","Subject","_basePath","_locationStrategy","_urlChangeListeners","_urlChangeSubscription","locationStrategy","baseHref","_stripOrigin","_stripIndexHtml","ev","next","unsubscribe","normalize","isCurrentPathEqualTo","query","_stripBasePath","go","_notifyUrlChangeListeners","onUrlChange","subscribe","v","fnIndex","indexOf","splice","forEach","onNext","onThrow","onReturn","error","undefined","complete","token","i1","createLocation","ɵɵinject","basePath","strippedUrl","substring","includes","replace","isAbsoluteUrl","RegExp","test","split"],"mappings":"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"}
|