Skip to content

Commit c0315fb

Browse files
angular-robotjkrems
authored andcommitted
build: update angular
1 parent a442153 commit c0315fb

File tree

8 files changed

+115
-245
lines changed

8 files changed

+115
-245
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@12e38ba595aa3bbe4230e9568517c7309fca93bc
19+
- uses: angular/dev-infra/github-actions/branch-manager@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
2525
- name: Install node modules
2626
run: yarn install --immutable
2727
- name: Generate JSON schema types
@@ -42,11 +42,11 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Initialize environment
45-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
4646
- name: Setup Bazel
47-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
47+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
4848
- name: Setup Bazel RBE
49-
uses: angular/dev-infra/github-actions/bazel/configure-remote@12e38ba595aa3bbe4230e9568517c7309fca93bc
49+
uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
5050
- name: Install node modules
5151
run: yarn install --immutable
5252
- name: Build release targets
@@ -56,11 +56,11 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Initialize environment
59-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
59+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
6060
- name: Setup Bazel
61-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
61+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
6262
- name: Setup Bazel RBE
63-
uses: angular/dev-infra/github-actions/bazel/configure-remote@12e38ba595aa3bbe4230e9568517c7309fca93bc
63+
uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
6464
- name: Install node modules
6565
run: yarn install --immutable
6666
- name: Run module and package tests
@@ -90,13 +90,13 @@ jobs:
9090
runs-on: ${{ matrix.os }}
9191
steps:
9292
- name: Initialize environment
93-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
93+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
9494
- name: Install node modules
9595
run: yarn install --immutable
9696
- name: Setup Bazel
97-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
97+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
9898
- name: Setup Bazel RBE
99-
uses: angular/dev-infra/github-actions/bazel/configure-remote@12e38ba595aa3bbe4230e9568517c7309fca93bc
99+
uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
100100
- name: Run CLI E2E tests
101101
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
102102

@@ -111,13 +111,13 @@ jobs:
111111
runs-on: ${{ matrix.os }}
112112
steps:
113113
- name: Initialize environment
114-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
114+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
115115
- name: Install node modules
116116
run: yarn install --immutable
117117
- name: Setup Bazel
118-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
118+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
119119
- name: Setup Bazel RBE
120-
uses: angular/dev-infra/github-actions/bazel/configure-remote@12e38ba595aa3bbe4230e9568517c7309fca93bc
120+
uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
121121
- name: Run CLI E2E tests
122122
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
123123

@@ -132,13 +132,13 @@ jobs:
132132
runs-on: ${{ matrix.os }}
133133
steps:
134134
- name: Initialize environment
135-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
135+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
136136
- name: Install node modules
137137
run: yarn install --immutable
138138
- name: Setup Bazel
139-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
139+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
140140
- name: Setup Bazel RBE
141-
uses: angular/dev-infra/github-actions/bazel/configure-remote@12e38ba595aa3bbe4230e9568517c7309fca93bc
141+
uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
142142
- name: Run CLI E2E tests
143143
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
144144

@@ -149,13 +149,13 @@ jobs:
149149
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
150150
steps:
151151
- name: Initialize environment
152-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
152+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
153153
- name: Install node modules
154154
run: yarn install --immutable
155155
- name: Setup Bazel
156-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
156+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
157157
- name: Setup Bazel RBE
158-
uses: angular/dev-infra/github-actions/bazel/configure-remote@12e38ba595aa3bbe4230e9568517c7309fca93bc
158+
uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
159159
- name: Run E2E Browser tests
160160
env:
161161
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -182,11 +182,11 @@ jobs:
182182
CIRCLE_BRANCH: ${{ github.ref_name }}
183183
steps:
184184
- name: Initialize environment
185-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
185+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
186186
- name: Install node modules
187187
run: yarn install --immutable
188188
- name: Setup Bazel
189-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
189+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
190190
- run: yarn admin snapshots --verbose
191191
env:
192192
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@12e38ba595aa3bbe4230e9568517c7309fca93bc
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@12e38ba595aa3bbe4230e9568517c7309fca93bc
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
if: github.repository == 'angular/angular-cli'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: angular/dev-infra/github-actions/feature-request@12e38ba595aa3bbe4230e9568517c7309fca93bc
19+
- uses: angular/dev-infra/github-actions/feature-request@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Initialize environment
37-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
3838
- name: Setup ESLint Caching
3939
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
4040
with:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Run Validation
5555
run: yarn admin validate
5656
- name: Check Package Licenses
57-
uses: angular/dev-infra/github-actions/linting/licenses@12e38ba595aa3bbe4230e9568517c7309fca93bc
57+
uses: angular/dev-infra/github-actions/linting/licenses@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
5858
- name: Check tooling setup
5959
run: yarn check-tooling-setup
6060
- name: Check commit message
@@ -70,11 +70,11 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Initialize environment
73-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
73+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
7474
- name: Setup Bazel
75-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
75+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
7676
- name: Setup Bazel RBE
77-
uses: angular/dev-infra/github-actions/bazel/configure-remote@12e38ba595aa3bbe4230e9568517c7309fca93bc
77+
uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
7878
- name: Install node modules
7979
run: yarn install --immutable
8080
- name: Build release targets
@@ -90,11 +90,11 @@ jobs:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Initialize environment
93-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
93+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
9494
- name: Setup Bazel
95-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
95+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
9696
- name: Setup Bazel RBE
97-
uses: angular/dev-infra/github-actions/bazel/configure-remote@12e38ba595aa3bbe4230e9568517c7309fca93bc
97+
uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
9898
- name: Install node modules
9999
run: yarn install --immutable
100100
- name: Run module and package tests
@@ -111,13 +111,13 @@ jobs:
111111
runs-on: ${{ matrix.os }}
112112
steps:
113113
- name: Initialize environment
114-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
114+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
115115
- name: Install node modules
116116
run: yarn install --immutable
117117
- name: Setup Bazel
118-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
118+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
119119
- name: Setup Bazel RBE
120-
uses: angular/dev-infra/github-actions/bazel/configure-remote@12e38ba595aa3bbe4230e9568517c7309fca93bc
120+
uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
121121
- name: Run CLI E2E tests
122122
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
123123

@@ -132,13 +132,13 @@ jobs:
132132
runs-on: ${{ matrix.os }}
133133
steps:
134134
- name: Initialize environment
135-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
135+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
136136
- name: Install node modules
137137
run: yarn install --immutable
138138
- name: Setup Bazel
139-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
139+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
140140
- name: Setup Bazel RBE
141-
uses: angular/dev-infra/github-actions/bazel/configure-remote@12e38ba595aa3bbe4230e9568517c7309fca93bc
141+
uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
142142
- name: Run CLI E2E tests
143143
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
144144

@@ -155,12 +155,12 @@ jobs:
155155
runs-on: ${{ matrix.os }}
156156
steps:
157157
- name: Initialize environment
158-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@12e38ba595aa3bbe4230e9568517c7309fca93bc
158+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
159159
- name: Install node modules
160160
run: yarn install --immutable
161161
- name: Setup Bazel
162-
uses: angular/dev-infra/github-actions/bazel/setup@12e38ba595aa3bbe4230e9568517c7309fca93bc
162+
uses: angular/dev-infra/github-actions/bazel/setup@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
163163
- name: Setup Bazel RBE
164-
uses: angular/dev-infra/github-actions/bazel/configure-remote@12e38ba595aa3bbe4230e9568517c7309fca93bc
164+
uses: angular/dev-infra/github-actions/bazel/configure-remote@276e500c61c1fa82066ecfe212b2b0e538b0dbfd
165165
- name: Run CLI E2E tests
166166
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@ampproject/remapping": "2.3.0",
5555
"@angular/animations": "19.0.0-next.6",
5656
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
57-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9b310e6da3c87a36fd668e584bcd857bae8eb144",
57+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#be88545d5fba3809d0b1c7ab2b8dfac966f3d8d2",
5858
"@angular/cdk": "19.0.0-next.4",
5959
"@angular/common": "19.0.0-next.6",
6060
"@angular/compiler": "19.0.0-next.6",
@@ -63,7 +63,7 @@
6363
"@angular/forms": "19.0.0-next.6",
6464
"@angular/localize": "19.0.0-next.6",
6565
"@angular/material": "19.0.0-next.4",
66-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#68d080d76124a3255475ef08200eeeec468154e0",
66+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3b5ad167338547109a5829586c172cbfb72837f9",
6767
"@angular/platform-browser": "19.0.0-next.6",
6868
"@angular/platform-browser-dynamic": "19.0.0-next.6",
6969
"@angular/platform-server": "19.0.0-next.6",

tests/legacy-cli/e2e/ng-snapshot/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"description": "snapshot versions of Angular for e2e testing",
33
"private": true,
44
"dependencies": {
5-
"@angular/animations": "github:angular/animations-builds#a62061613c754f8958e6f7027b3e78ffbb91fd97",
6-
"@angular/cdk": "github:angular/cdk-builds#60b29771c354665a1fcdfd00fb46edf4214eb0b1",
7-
"@angular/common": "github:angular/common-builds#c79b408a92ae53c1283b7efae1fa98282af9b1f1",
8-
"@angular/compiler": "github:angular/compiler-builds#f708affac0ab23c4032093a33e92da33ea61df13",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#1af995f668a530dcfc81db96c8ec07e7c9c6ce3e",
10-
"@angular/core": "github:angular/core-builds#89f6dfa3f4cde1f54b09f8525ceed79d76a9b12f",
11-
"@angular/forms": "github:angular/forms-builds#433bfa754e44936a75b088d4bb12844d11786384",
12-
"@angular/language-service": "github:angular/language-service-builds#1f6837c7794e14565968f36884e38d317940e6b1",
13-
"@angular/localize": "github:angular/localize-builds#539501f8f76e18fb762d1a8e5b6e136f448c7fe1",
14-
"@angular/material": "github:angular/material-builds#4743fd1642ff4cc6e16117cc1ace43d38cf6d51c",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#57d312169987959306153bc126b88fe621e56b1f",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#cc3141e0f2c3885e5248e64da3a99844879e0f94",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#94c30c385050a465c45d9d2934ca6c06fb167c81",
18-
"@angular/platform-server": "github:angular/platform-server-builds#ba3c81a96256674341b224da856b75fe887bd9dd",
19-
"@angular/router": "github:angular/router-builds#50ff19ab1b82276344dba71527a74ae7033684ed",
20-
"@angular/service-worker": "github:angular/service-worker-builds#79529de6fd91fd513abbf98f901518f2edc4ec0d"
5+
"@angular/animations": "github:angular/animations-builds#97d1e9a2a67e689ce0b8e7e9364c45704dbb2ecf",
6+
"@angular/cdk": "github:angular/cdk-builds#e6d7460f5ef93551cdd97117b723f740a062e577",
7+
"@angular/common": "github:angular/common-builds#456f14ccad7293551f7ac04cfecf2b54bb54626d",
8+
"@angular/compiler": "github:angular/compiler-builds#c7c58e4ae59b127e3b3ea987ba3e0d660c36bb62",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#545c77bd3c08c147cc3afc322cfc85dfc6b0153e",
10+
"@angular/core": "github:angular/core-builds#a415ad02d9104f01a77ba62f5b9305d00c28a1c0",
11+
"@angular/forms": "github:angular/forms-builds#a440a07ed944262aa3be5df3fd71318ce24714fc",
12+
"@angular/language-service": "github:angular/language-service-builds#61d387e8980ebbcd47dbc999231c50904d666065",
13+
"@angular/localize": "github:angular/localize-builds#c214b01f9ebe163c00c03dcac970b5d27c513ac7",
14+
"@angular/material": "github:angular/material-builds#47523fb9a4ff488d79cfbe0a3351d6a339e5ddc5",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b3cfc6268534326eab19bef754448e6177ed04b3",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#17fa76e5395c75d5fedd02a9a3d3e06454b807f1",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#3c0c6e801253f6ae30d4f4fad43f2ad4fb3ac592",
18+
"@angular/platform-server": "github:angular/platform-server-builds#22379694dd3b765bb866518b7c3967f547ac0ade",
19+
"@angular/router": "github:angular/router-builds#e2fd9815dc6b1f0f2cfb74bd679d4e6119252439",
20+
"@angular/service-worker": "github:angular/service-worker-builds#e784c64e6ca782252813007d5e7a0c9908ed23eb"
2121
}
2222
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy