File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,16 @@ index 44dad0e1ef..610fdab042 100644
11
11
},
12
12
{
13
13
"version": "v19",
14
+ diff --git a/adev/src/app/core/services/version-manager.service.ts b/adev/src/app/core/services/version-manager.service.ts
15
+ index 3e409a67e4..402879e788 100644
16
+ --- a/adev/src/app/core/services/version-manager.service.ts
17
+ +++ b/adev/src/app/core/services/version-manager.service.ts
18
+ @@ -56,7 +56,7 @@ export class VersionManager {
19
+ return this.remoteVersions.hasValue() ? this.remoteVersions.value() : this.localVersions;
20
+ });
21
+
22
+ - remoteVersions = httpResource(() => 'https://angular.dev/assets/others/versions.json', {
23
+ + remoteVersions = httpResource(() => 'https://angular.jp/assets/others/versions.json', {
24
+ parse: (json) => {
25
+ if (!Array.isArray(json)) {
26
+ throw new Error('Invalid version data');
You can’t perform that action at this time.
0 commit comments