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 jkrems committed Oct 16, 2024
1 parent fcf7443 commit 208d2d5
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 83 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- uses: angular/dev-infra/github-actions/branch-manager@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
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@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- 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@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- 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@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand Down Expand Up @@ -90,13 +90,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- 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 @@ -111,13 +111,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- 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 @@ -132,13 +132,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- 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 @@ -149,13 +149,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@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand All @@ -182,11 +182,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- uses: angular/dev-infra/github-actions/commit-message-based-labels@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: angular/dev-infra/github-actions/post-approval-changes@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- uses: angular/dev-infra/github-actions/post-approval-changes@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
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@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
- uses: angular/dev-infra/github-actions/feature-request@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
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@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup ESLint Caching
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/linting/licenses@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- 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@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- 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@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand All @@ -111,13 +111,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- 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 @@ -132,13 +132,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- 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 @@ -155,12 +155,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d6ab618e98067d6a9c73ddbca79beb5e15a6f5
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
- 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": "19.0.0-next.9",
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#0716bad6f23806efa2bf458215038f803f7e1b1a",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b30ce317c1c6dd183258fff554777e8582d6f505",
"@angular/cdk": "19.0.0-next.8",
"@angular/common": "19.0.0-next.9",
"@angular/compiler": "19.0.0-next.9",
Expand All @@ -63,7 +63,7 @@
"@angular/forms": "19.0.0-next.9",
"@angular/localize": "19.0.0-next.9",
"@angular/material": "19.0.0-next.8",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#683ea7c55e4f12120251e063a509a1f8d15b7c55",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#978df41c469f0d853ec8cd7fc9289e67b001b38d",
"@angular/platform-browser": "19.0.0-next.9",
"@angular/platform-browser-dynamic": "19.0.0-next.9",
"@angular/platform-server": "19.0.0-next.9",
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#110379b6c61d56d096bb8e0ca6beb72daa09fe0b",
"@angular/cdk": "github:angular/cdk-builds#dbb6e0374940ee7c750df2de4d39807efa96c175",
"@angular/common": "github:angular/common-builds#d779857c076d55f63cbbdda43f52a76e6511b130",
"@angular/compiler": "github:angular/compiler-builds#179b80a040165f60004b1e5ce64bca4e73618683",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#0d061ea242af52a1247eb6cb666e6bd772fe161b",
"@angular/core": "github:angular/core-builds#d592b417be6035c3202e688533b7920f701efe90",
"@angular/forms": "github:angular/forms-builds#439385d1ec795eb135ccdb7fb45edeb18d32a488",
"@angular/language-service": "github:angular/language-service-builds#4fcb25322225d4d33876ea32b4cc66a999e30de7",
"@angular/localize": "github:angular/localize-builds#dd3af7a6aced1506bb86eaa6d82a82d36d30fed8",
"@angular/material": "github:angular/material-builds#c14884df0c3c50384fb5d08b54822333c75408e2",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#62d4c862caa19cd81e2b0e5fb9711b8e676799bb",
"@angular/platform-browser": "github:angular/platform-browser-builds#4fa216587869c1c9b46038b67e5af77c1aad02eb",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#f2d20c4f56743bf0066ddf61d374d0faaaa00128",
"@angular/platform-server": "github:angular/platform-server-builds#7e5d61f59e9592125fe885ebbdd8f40ed2439176",
"@angular/router": "github:angular/router-builds#971591fb278191cdc7636b2e5c800eeb7a630c12",
"@angular/service-worker": "github:angular/service-worker-builds#afe96c8b6a6f8d047d522f721391002c0c051bd3"
"@angular/animations": "github:angular/animations-builds#916a84ecf30c081d91cefa845f96f6223463704f",
"@angular/cdk": "github:angular/cdk-builds#1627ab2cebd5fa60f42c9d0d87a404f67b01e9fc",
"@angular/common": "github:angular/common-builds#532408857412fd40e439f61ddada9ca7d15e0595",
"@angular/compiler": "github:angular/compiler-builds#fe3e44a1edf686b89f9dd656d1b68b7f419c7095",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#68b112a241a475b6deab8b4f57f1df29834c9179",
"@angular/core": "github:angular/core-builds#ca92b989b1c50a9bcd56837b7e76fd8ac51e3010",
"@angular/forms": "github:angular/forms-builds#b75ad20d1df655e8e22bee88cd7a7482a4c07c40",
"@angular/language-service": "github:angular/language-service-builds#83fb535fe6bef828ce965525d743fd62ec60c36d",
"@angular/localize": "github:angular/localize-builds#473d924e9d2f452456b4d050ccb7433a34b31340",
"@angular/material": "github:angular/material-builds#8bf18c89ad6247cb7f0406e1c9581e77923e2a56",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#69d246e37d5195c26e82f8e1b1d5bb16bedab74f",
"@angular/platform-browser": "github:angular/platform-browser-builds#f6884c7ee4922a08cafbea1ba88830ca41f14976",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4f4f74097da5447c52bbb523cfee51266be96b7b",
"@angular/platform-server": "github:angular/platform-server-builds#e0b359a6383b0a2127fb4c710d193dcdb499bccc",
"@angular/router": "github:angular/router-builds#7798b448cfe9f35d36cbf596551df2a619c22349",
"@angular/service-worker": "github:angular/service-worker-builds#e1c58c6d7f4a60e2bea4c8e1a4ed35c8d3596d4a"
}
}
Loading

0 comments on commit 208d2d5

Please sign in to comment.