Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed Jul 30, 2024
1 parent 2bf8e7f commit b6a037c
Show file tree
Hide file tree
Showing 8 changed files with 171 additions and 331 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- uses: angular/dev-infra/github-actions/branch-manager@56966c765e97f463c4795fac85d46543d1e6b342
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Generate JSON schema types
Expand All @@ -42,11 +42,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -56,11 +56,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Run module tests
Expand Down Expand Up @@ -92,13 +92,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342
- name: Run CLI E2E tests
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 }}

Expand All @@ -113,13 +113,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342
- name: Run CLI E2E tests
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 }}

Expand All @@ -134,13 +134,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342
- name: Run CLI E2E tests
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 }}

Expand All @@ -151,13 +151,13 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand All @@ -184,11 +184,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- run: yarn admin snapshots --verbose
env:
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- uses: angular/dev-infra/github-actions/commit-message-based-labels@56966c765e97f463c4795fac85d46543d1e6b342
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: angular/dev-infra/github-actions/post-approval-changes@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- uses: angular/dev-infra/github-actions/post-approval-changes@56966c765e97f463c4795fac85d46543d1e6b342
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
- uses: angular/dev-infra/github-actions/feature-request@56966c765e97f463c4795fac85d46543d1e6b342
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
34 changes: 17 additions & 17 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup ESLint Caching
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Run Validation
run: yarn admin validate
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/linting/licenses@56966c765e97f463c4795fac85d46543d1e6b342
- name: Check tooling setup
run: yarn check-tooling-setup
- name: Check commit message
Expand All @@ -70,11 +70,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -90,11 +90,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Run module tests
Expand All @@ -113,13 +113,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342
- name: Run CLI E2E tests
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 }}

Expand All @@ -134,13 +134,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342
- name: Run CLI E2E tests
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 }}

Expand All @@ -157,12 +157,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e
uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342
- name: Run CLI E2E tests
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 }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@ampproject/remapping": "2.3.0",
"@angular/animations": "18.2.0-next.2",
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=71bd2e043e076365effdb6076f33b2d8d6bd6d02#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a3fc20d42318743dbe2590babe2532b83ce716f1",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#182ff83c7d754efce38ca38c3be6e55b80758a53",
"@angular/cdk": "18.1.2",
"@angular/common": "18.2.0-next.2",
"@angular/compiler": "18.2.0-next.2",
Expand All @@ -63,7 +63,7 @@
"@angular/forms": "18.2.0-next.2",
"@angular/localize": "18.2.0-next.2",
"@angular/material": "18.1.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#816ca00ef52029565246fe51864db3a345bcb518",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9526d0e1d5f205b83298af9f9d6fa906664067d2",
"@angular/platform-browser": "18.2.0-next.2",
"@angular/platform-browser-dynamic": "18.2.0-next.2",
"@angular/platform-server": "18.2.0-next.2",
Expand Down
32 changes: 16 additions & 16 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#8d0f535d73d0eb3e139785205aa46a25299b2fda",
"@angular/cdk": "github:angular/cdk-builds#e97a23182d03561c58833bf18fabf345e5313884",
"@angular/common": "github:angular/common-builds#944982925a1cfbd7cdb487a717162a53056b4d16",
"@angular/compiler": "github:angular/compiler-builds#2591c3c40a1b05093de6dcd07aa0465b27f9f68e",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#f7b71e9d8d175cf9be5bf000d6f8e05609ade005",
"@angular/core": "github:angular/core-builds#056cbc47795a14b4413e73acdaaf7216e870ef21",
"@angular/forms": "github:angular/forms-builds#bcda8716454fe4da60f6c6fdc34d03c15a4ef184",
"@angular/language-service": "github:angular/language-service-builds#3cd32a45dd1da8823b5f39e61737a2fe649d33c2",
"@angular/localize": "github:angular/localize-builds#d481003b41d42dff49c09a782b7fb65fbcd567de",
"@angular/material": "github:angular/material-builds#92169f42cc130d2efdc06a062e27e3b89872dcc3",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#91d787ad43edc1d5ebf92adbc1802d090eb48ee6",
"@angular/platform-browser": "github:angular/platform-browser-builds#bcb97d7a230d53a07eaa75a112050f3dea9eaaf2",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#25949b84f77cdd16d3779bf05a79c6adaa1983b5",
"@angular/platform-server": "github:angular/platform-server-builds#5df11f110b9dfc3e2fdebc01396e9b03eae7e7a9",
"@angular/router": "github:angular/router-builds#a26c52c201c94e5f69ad499d0768dfa9a7a4167d",
"@angular/service-worker": "github:angular/service-worker-builds#47f8bcbda25a966c50980e7ace4d6bded720784b"
"@angular/animations": "github:angular/animations-builds#e72165a1bda41c6484e9f56160108d35c377617f",
"@angular/cdk": "github:angular/cdk-builds#581fa96965b3097b6949deedd039d6d894c3b88c",
"@angular/common": "github:angular/common-builds#80fd6d9bfea66147ec3dac9e4376aa56e3f0c8a5",
"@angular/compiler": "github:angular/compiler-builds#904146da5da936c74358b17998df3687087a288f",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#9fa0e9d86eae6fae8e31bc3bb43a16547148d197",
"@angular/core": "github:angular/core-builds#5a3a6ce405dee67241df05e15aa51178d88c523f",
"@angular/forms": "github:angular/forms-builds#4fc758af1f0c84a52726846673e2a9123cd7653c",
"@angular/language-service": "github:angular/language-service-builds#a17dbfa1845607148c8bc7a99915cc07caeea452",
"@angular/localize": "github:angular/localize-builds#dbd0c00c038a0b6ba6a2dc0cb790adf77cc1241e",
"@angular/material": "github:angular/material-builds#cf71b620bec494583725ad013310a60ae9772b44",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#99b97418e26a436c7753db96254131d272332e3b",
"@angular/platform-browser": "github:angular/platform-browser-builds#ae2faaf4c43fcdace4e253093a7481742e6abfaf",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7835f3eb3fe816e5a2727bdc96028988e2b25df1",
"@angular/platform-server": "github:angular/platform-server-builds#c4450752a82d8bd986226d7671417df2e8f227a7",
"@angular/router": "github:angular/router-builds#bd6cf0314e7c40ea3ede249a79b756283ffcd84a",
"@angular/service-worker": "github:angular/service-worker-builds#ba6d95b84502356452d00087ecc125b8247a6d2d"
}
}
Loading

0 comments on commit b6a037c

Please sign in to comment.