Skip to content

Commit 7851e8b

Browse files
authored
Merge branch 'angular:master' into fix-tab-types
2 parents 9e1355c + 172a6a1 commit 7851e8b

File tree

88 files changed

+1629
-980
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+1629
-980
lines changed

.github/workflows/dev-infra.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: DevInfra
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, synchronize, reopened]
6+
7+
jobs:
8+
breaking-changes-label:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: angular/dev-infra/github-actions/breaking-changes-label@861dc90572784e714aeaa9dfb20ceebeb57cdb07
13+
with:
14+
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.ng-dev/caretaker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {CaretakerConfig} from '@angular/dev-infra-private/caretaker/config';
1+
import {CaretakerConfig} from '@angular/dev-infra-private/ng-dev/caretaker/config';
22

33
/** The configuration for `ng-dev caretaker` commands. */
44
export const caretaker: CaretakerConfig = {

.ng-dev/commit-message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {CommitMessageConfig} from '@angular/dev-infra-private/commit-message/config';
1+
import {CommitMessageConfig} from '@angular/dev-infra-private/ng-dev/commit-message/config';
22

33
/**
44
* The configuration for `ng-dev commit-message` commands.

.ng-dev/format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {FormatConfig} from '@angular/dev-infra-private/format/config';
1+
import {FormatConfig} from '@angular/dev-infra-private/ng-dev/format/config';
22

33
/**
44
* Configuration for the ng-dev format command. We currently only use the buildifier

.ng-dev/github.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
import {GithubConfig} from '@angular/dev-infra-private/utils/config';
1+
import {GithubConfig} from '@angular/dev-infra-private/ng-dev/utils/config';
22

33
/**
44
* Github configuration for the ng-dev command. This repository is
55
* uses as remote for the merge script.
66
*/
77
export const github: GithubConfig = {
88
owner: 'angular',
9-
name: 'components'
9+
name: 'components',
10+
mainBranchName: 'master',
1011
};

.ng-dev/merge.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {DevInfraMergeConfig} from '@angular/dev-infra-private/pr/merge/config';
2-
import {getDefaultTargetLabelConfiguration} from '@angular/dev-infra-private/pr/merge/defaults';
1+
import {DevInfraMergeConfig} from '@angular/dev-infra-private/ng-dev/pr/merge/config';
2+
import {getDefaultTargetLabelConfiguration} from '@angular/dev-infra-private/ng-dev/pr/merge/defaults';
33
import {github} from './github';
44
import {release} from './release';
55

.ng-dev/release.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
import {BuiltPackage, ReleaseConfig} from '@angular/dev-infra-private/release/config';
2-
import {ReleaseAction} from '@angular/dev-infra-private/release/publish/actions';
1+
import {BuiltPackage, ReleaseConfig} from '@angular/dev-infra-private/ng-dev/release/config';
2+
import {ReleaseAction} from '@angular/dev-infra-private/ng-dev/release/publish/actions';
33
import {SemVer} from 'semver';
44
import {assertValidNpmPackageOutput} from '../tools/release-checks/npm-package-output';
55
import {fork} from 'child_process';
66
import {join} from 'path';
7-
import {FatalReleaseActionError} from '@angular/dev-infra-private/release/publish/actions-error';
7+
import {
8+
FatalReleaseActionError
9+
} from '@angular/dev-infra-private/ng-dev/release/publish/actions-error';
810

911
const actionProto = ReleaseAction.prototype as any;
1012
const _origStageFn = actionProto.stageVersionForBranchAndCreatePullRequest;

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
<a name="13.0.0-next.1"></a>
2+
# 13.0.0-next.1 "gold-guitar" (2021-08-18)
3+
### cdk/a11y
4+
| Commit | Description |
5+
| -- | -- |
6+
| [b25283cda](https://github.com/angular/components/commit/b25283cda9be37d11f8c380ad6fcc078d5be5da0) | fix: error on firefox ([#23395](https://github.com/angular/components/pull/23395)) |
7+
### material-experimental/mdc-card
8+
| Commit | Description |
9+
| -- | -- |
10+
| [2789d8eb5](https://github.com/angular/components/commit/2789d8eb5f61ea4cb28ff8c6225178179e610571) | feat: add DI token for configuring appearance ([#23302](https://github.com/angular/components/pull/23302)) |
11+
### material/checkbox
12+
| Commit | Description |
13+
| -- | -- |
14+
| [8bd8f75d8](https://github.com/angular/components/commit/8bd8f75d84088eb60e631a3b4f4fb04187d705ac) | fix: hide svg from assistive technology ([#23340](https://github.com/angular/components/pull/23340)) |
15+
### material/datepicker
16+
| Commit | Description |
17+
| -- | -- |
18+
| [e79123660](https://github.com/angular/components/commit/e7912366044aa540de504654d61c7eb212307335) | fix: wrong day of week read out for dates in first row ([#23388](https://github.com/angular/components/pull/23388)) |
19+
### material/dialog
20+
| Commit | Description |
21+
| -- | -- |
22+
| [728cf1c8e](https://github.com/angular/components/commit/728cf1c8ebd49e089f4bae945511bb0918972c26) | fix: improve screen reader support when opened ([#23085](https://github.com/angular/components/pull/23085)) |
23+
### material/progress-bar
24+
| Commit | Description |
25+
| -- | -- |
26+
| [e4b54aa2b](https://github.com/angular/components/commit/e4b54aa2b7afeb9fe228f1d3638eb44192353e8b) | feat: add default options injection token ([#23363](https://github.com/angular/components/pull/23363)) |
27+
## Special Thanks:
28+
Joey Perrott, Kristiyan Kostadinov, Michael Prentice, Paul Gschwendtner and Wagner Maciel
29+
30+
31+
<a name="12.2.2"></a>
32+
# 12.2.2 "leather-library" (2021-08-18)
33+
### material/checkbox
34+
| Commit | Description |
35+
| -- | -- |
36+
| [08ef775b5](https://github.com/angular/components/commit/08ef775b58e2a66a40eb3ac9d7e5ae6feea7d7e8) | fix: hide svg from assistive technology ([#23340](https://github.com/angular/components/pull/23340)) |
37+
### material/datepicker
38+
| Commit | Description |
39+
| -- | -- |
40+
| [8919a1e07](https://github.com/angular/components/commit/8919a1e07302a5c2ec68de6d691239c6ce4c4406) | fix: wrong day of week read out for dates in first row ([#23388](https://github.com/angular/components/pull/23388)) |
41+
## Special Thanks:
42+
Joey Perrott, Kristiyan Kostadinov and Paul Gschwendtner
43+
44+
145
<a name="13.0.0-next.0"></a>
246
# 13.0.0-next.0 "plastic-toy" (2021-08-11)
347
### google-maps

guides/getting-started.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
# Getting Started with Angular Material
22

3-
This guide explains how to set up your Angular project to begin using Angular Material. It includes information on prerequisites, installing Angular Material, and optionally displaying a sample material component in your application to verify your setup.
3+
This guide explains how to set up your Angular project to begin using Angular Material. It includes
4+
information on prerequisites, installing Angular Material, and optionally displaying a sample
5+
Material component in your application to verify your setup.
46

57
*Angular Resources*
68

7-
If you are new to Angular or getting started with a new Angular application, see [Angular's full Getting Started Guide](https://angular.io/start) and [Setting up your environment](https://angular.io/guide/setup-local).
9+
If you are new to Angular or getting started with a new Angular application, see
10+
[Angular's full Getting Started Guide](https://angular.io/start) and
11+
[Setting up your environment](https://angular.io/guide/setup-local).
812

913
For existing applications, follow the steps below to begin using Angular Material.
1014

1115
## Install Angular Material
1216

13-
Use the Angular CLI's installation [schematic](https://material.angular.io/guide/schematics) to set up your Angular Material project by running the following command:
17+
Use the Angular CLI's installation [schematic](https://material.angular.io/guide/schematics) to set
18+
up your Angular Material project by running the following command:
1419

1520
```bash
1621
ng add @angular/material
1722
```
1823

19-
The `ng add` command will install Angular Material, the [Component Dev Kit (CDK)](https://material.angular.io/cdk/categories), [Angular Animations](https://angular.io/guide/animations) and ask you the following questions to determine which features to include:
24+
The `ng add` command will install Angular Material, the
25+
[Component Dev Kit (CDK)](https://material.angular.io/cdk/categories),
26+
[Angular Animations](https://angular.io/guide/animations) and ask you the following questions to
27+
determine which features to include:
2028

2129
1. Choose a prebuilt theme name, or "custom" for a custom theme:
2230

@@ -30,7 +38,7 @@ The `ng add` command will install Angular Material, the [Component Dev Kit (CDK)
3038

3139
Importing the [`BrowserAnimationsModule`](https://angular.io/api/platform-browser/animations/BrowserAnimationsModule) into your application enables Angular's [animation system](https://angular.io/guide/animations). Declining this will disable most of Angular Material's animations.
3240

33-
The `ng add` command will additionally perform the following configurations:
41+
The `ng add` command will additionally perform the following actions:
3442

3543
* Add project dependencies to `package.json`
3644
* Add the Roboto font to your `index.html`
@@ -47,16 +55,18 @@ You're done! Angular Material is now configured to be used in your application.
4755

4856
Let's display a slider component in your app and verify that everything works.
4957

50-
You need to import the `MatSliderModule` that you want to display by adding the following lines to your app.module.ts file.
58+
You need to import the `MatSliderModule` that you want to display by adding the following lines to
59+
your `app.module.ts` file.
5160

5261
```ts
5362
import { MatSliderModule } from '@angular/material/slider';
54-
55-
@NgModule ({....
56-
imports: [...,
57-
MatSliderModule,
58-
]
63+
64+
@NgModule ({
65+
imports: [
66+
MatSliderModule,
67+
]
5968
})
69+
class AppModule {}
6070
```
6171

6272
Add the `<mat-slider>` tag to the `app.component.html` like so:
@@ -73,6 +83,8 @@ ng serve
7383

7484
Then point your browser to [http://localhost:4200](http://localhost:4200)
7585

76-
You should see the material slider component on the page.
86+
You should see the Material slider component on the page.
7787

78-
In addition to the installation schematic, Angular Material comes with [several schematics](https://material.angular.io/guide/schematics) (like nav, table, address-form, etc.) that can be used to easily generate pre-built components in your application.
88+
In addition to the installation schematic, Angular Material comes with
89+
[several other schematics](https://material.angular.io/guide/schematics) (like nav, table,
90+
address-form, etc.) that can be used to easily generate pre-built components in your application.

guides/typography.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,13 @@ The following example demonstrates usage of the typography styles emitted by the
237237
You can read typography style values from a typography config via the following Sass functions. Each
238238
accepts a typography config and a level.
239239

240-
| Function | Example usage |
241-
|---------------|---------------------------------------|
242-
| `font-size` | `mat.font-size($config, 'body-1');` |
243-
| `font-family` | `mat.font-family($config, 'body-1');` |
244-
| `font-weight` | `mat.font-weight($config, 'body-1');` |
245-
| `line-height` | `mat.line-height($config, 'body-1');` |
240+
| Function | Example usage |
241+
|------------------|------------------------------------------|
242+
| `font-size` | `mat.font-size($config, 'body-1');` |
243+
| `font-family` | `mat.font-family($config, 'body-1');` |
244+
| `font-weight` | `mat.font-weight($config, 'body-1');` |
245+
| `line-height` | `mat.line-height($config, 'body-1');` |
246+
| `letter-spacing` | `mat.letter-spacing($config, 'body-1');` |
246247

247248
Additionally, you can use the `typography-level` Sass mixin to directly emit the CSS styles for a
248249
given typography level.

package.json

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -53,35 +53,35 @@
5353
"tsc": "node ./node_modules/typescript/bin/tsc",
5454
"prepare": "husky install"
5555
},
56-
"version": "13.0.0-next.0",
56+
"version": "13.0.0-next.1",
5757
"dependencies": {
58-
"@angular/animations": "12.1.2",
59-
"@angular/common": "12.1.2",
60-
"@angular/compiler": "12.1.2",
61-
"@angular/core": "12.1.2",
62-
"@angular/forms": "12.1.2",
63-
"@angular/platform-browser": "12.1.2",
58+
"@angular/animations": "13.0.0-next.0",
59+
"@angular/common": "13.0.0-next.0",
60+
"@angular/compiler": "13.0.0-next.0",
61+
"@angular/core": "13.0.0-next.0",
62+
"@angular/forms": "13.0.0-next.0",
63+
"@angular/platform-browser": "13.0.0-next.0",
6464
"@types/googlemaps": "^3.43.1",
6565
"@types/youtube": "^0.0.42",
6666
"core-js-bundle": "^3.8.2",
67-
"material-components-web": "12.0.0-canary.5f00e454a.0",
67+
"material-components-web": "13.0.0-canary.0a9069300.0",
6868
"rxjs": "^6.5.3",
6969
"rxjs-tslint-rules": "^4.33.1",
7070
"systemjs": "0.19.43",
7171
"tslib": "^2.2.0",
7272
"zone.js": "~0.11.3"
7373
},
7474
"devDependencies": {
75-
"@angular-devkit/build-optimizer": "0.1201.0",
76-
"@angular-devkit/core": "12.1.2",
77-
"@angular-devkit/schematics": "12.1.2",
75+
"@angular-devkit/build-optimizer": "0.1300.0-next.0",
76+
"@angular-devkit/core": "13.0.0-next.0",
77+
"@angular-devkit/schematics": "13.0.0-next.0",
7878
"@angular/bazel": "https://github.com/angular/bazel-builds.git#2566cc859235399edc72749a957f1cdcba2dc121",
79-
"@angular/compiler-cli": "12.1.2",
80-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#0057daca63205a10c26256b6733b02af835497c0",
81-
"@angular/localize": "12.1.2",
82-
"@angular/platform-browser-dynamic": "12.1.2",
83-
"@angular/platform-server": "12.1.2",
84-
"@angular/router": "12.1.2",
79+
"@angular/compiler-cli": "13.0.0-next.0",
80+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#6254699cc7ccff62be948dc5edcdea87a936ff24",
81+
"@angular/localize": "13.0.0-next.0",
82+
"@angular/platform-browser-dynamic": "13.0.0-next.0",
83+
"@angular/platform-server": "13.0.0-next.0",
84+
"@angular/router": "13.0.0-next.0",
8585
"@axe-core/webdriverjs": "^4.1.0",
8686
"@babel/core": "^7.13.10",
8787
"@babel/traverse": "^7.13.0",
@@ -97,57 +97,57 @@
9797
"@bazel/terser": "4.0.0-beta.0",
9898
"@bazel/typescript": "4.0.0-beta.0",
9999
"@firebase/app-types": "^0.6.1",
100-
"@material/animation": "12.0.0-canary.5f00e454a.0",
101-
"@material/auto-init": "12.0.0-canary.5f00e454a.0",
102-
"@material/banner": "12.0.0-canary.5f00e454a.0",
103-
"@material/base": "12.0.0-canary.5f00e454a.0",
104-
"@material/button": "12.0.0-canary.5f00e454a.0",
105-
"@material/card": "12.0.0-canary.5f00e454a.0",
106-
"@material/checkbox": "12.0.0-canary.5f00e454a.0",
107-
"@material/chips": "12.0.0-canary.5f00e454a.0",
108-
"@material/circular-progress": "12.0.0-canary.5f00e454a.0",
109-
"@material/data-table": "12.0.0-canary.5f00e454a.0",
110-
"@material/density": "12.0.0-canary.5f00e454a.0",
111-
"@material/dialog": "12.0.0-canary.5f00e454a.0",
112-
"@material/dom": "12.0.0-canary.5f00e454a.0",
113-
"@material/drawer": "12.0.0-canary.5f00e454a.0",
114-
"@material/elevation": "12.0.0-canary.5f00e454a.0",
115-
"@material/fab": "12.0.0-canary.5f00e454a.0",
116-
"@material/feature-targeting": "12.0.0-canary.5f00e454a.0",
117-
"@material/floating-label": "12.0.0-canary.5f00e454a.0",
118-
"@material/form-field": "12.0.0-canary.5f00e454a.0",
119-
"@material/icon-button": "12.0.0-canary.5f00e454a.0",
120-
"@material/image-list": "12.0.0-canary.5f00e454a.0",
121-
"@material/layout-grid": "12.0.0-canary.5f00e454a.0",
122-
"@material/line-ripple": "12.0.0-canary.5f00e454a.0",
123-
"@material/linear-progress": "12.0.0-canary.5f00e454a.0",
124-
"@material/list": "12.0.0-canary.5f00e454a.0",
125-
"@material/menu": "12.0.0-canary.5f00e454a.0",
126-
"@material/menu-surface": "12.0.0-canary.5f00e454a.0",
127-
"@material/notched-outline": "12.0.0-canary.5f00e454a.0",
128-
"@material/radio": "12.0.0-canary.5f00e454a.0",
129-
"@material/ripple": "12.0.0-canary.5f00e454a.0",
130-
"@material/rtl": "12.0.0-canary.5f00e454a.0",
131-
"@material/segmented-button": "12.0.0-canary.5f00e454a.0",
132-
"@material/select": "12.0.0-canary.5f00e454a.0",
133-
"@material/shape": "12.0.0-canary.5f00e454a.0",
134-
"@material/slider": "12.0.0-canary.5f00e454a.0",
135-
"@material/snackbar": "12.0.0-canary.5f00e454a.0",
136-
"@material/switch": "12.0.0-canary.5f00e454a.0",
137-
"@material/tab": "12.0.0-canary.5f00e454a.0",
138-
"@material/tab-bar": "12.0.0-canary.5f00e454a.0",
139-
"@material/tab-indicator": "12.0.0-canary.5f00e454a.0",
140-
"@material/tab-scroller": "12.0.0-canary.5f00e454a.0",
141-
"@material/textfield": "12.0.0-canary.5f00e454a.0",
142-
"@material/theme": "12.0.0-canary.5f00e454a.0",
143-
"@material/tooltip": "12.0.0-canary.5f00e454a.0",
144-
"@material/top-app-bar": "12.0.0-canary.5f00e454a.0",
145-
"@material/touch-target": "12.0.0-canary.5f00e454a.0",
146-
"@material/typography": "12.0.0-canary.5f00e454a.0",
100+
"@material/animation": "13.0.0-canary.0a9069300.0",
101+
"@material/auto-init": "13.0.0-canary.0a9069300.0",
102+
"@material/banner": "13.0.0-canary.0a9069300.0",
103+
"@material/base": "13.0.0-canary.0a9069300.0",
104+
"@material/button": "13.0.0-canary.0a9069300.0",
105+
"@material/card": "13.0.0-canary.0a9069300.0",
106+
"@material/checkbox": "13.0.0-canary.0a9069300.0",
107+
"@material/chips": "13.0.0-canary.0a9069300.0",
108+
"@material/circular-progress": "13.0.0-canary.0a9069300.0",
109+
"@material/data-table": "13.0.0-canary.0a9069300.0",
110+
"@material/density": "13.0.0-canary.0a9069300.0",
111+
"@material/dialog": "13.0.0-canary.0a9069300.0",
112+
"@material/dom": "13.0.0-canary.0a9069300.0",
113+
"@material/drawer": "13.0.0-canary.0a9069300.0",
114+
"@material/elevation": "13.0.0-canary.0a9069300.0",
115+
"@material/fab": "13.0.0-canary.0a9069300.0",
116+
"@material/feature-targeting": "13.0.0-canary.0a9069300.0",
117+
"@material/floating-label": "13.0.0-canary.0a9069300.0",
118+
"@material/form-field": "13.0.0-canary.0a9069300.0",
119+
"@material/icon-button": "13.0.0-canary.0a9069300.0",
120+
"@material/image-list": "13.0.0-canary.0a9069300.0",
121+
"@material/layout-grid": "13.0.0-canary.0a9069300.0",
122+
"@material/line-ripple": "13.0.0-canary.0a9069300.0",
123+
"@material/linear-progress": "13.0.0-canary.0a9069300.0",
124+
"@material/list": "13.0.0-canary.0a9069300.0",
125+
"@material/menu": "13.0.0-canary.0a9069300.0",
126+
"@material/menu-surface": "13.0.0-canary.0a9069300.0",
127+
"@material/notched-outline": "13.0.0-canary.0a9069300.0",
128+
"@material/radio": "13.0.0-canary.0a9069300.0",
129+
"@material/ripple": "13.0.0-canary.0a9069300.0",
130+
"@material/rtl": "13.0.0-canary.0a9069300.0",
131+
"@material/segmented-button": "13.0.0-canary.0a9069300.0",
132+
"@material/select": "13.0.0-canary.0a9069300.0",
133+
"@material/shape": "13.0.0-canary.0a9069300.0",
134+
"@material/slider": "13.0.0-canary.0a9069300.0",
135+
"@material/snackbar": "13.0.0-canary.0a9069300.0",
136+
"@material/switch": "13.0.0-canary.0a9069300.0",
137+
"@material/tab": "13.0.0-canary.0a9069300.0",
138+
"@material/tab-bar": "13.0.0-canary.0a9069300.0",
139+
"@material/tab-indicator": "13.0.0-canary.0a9069300.0",
140+
"@material/tab-scroller": "13.0.0-canary.0a9069300.0",
141+
"@material/textfield": "13.0.0-canary.0a9069300.0",
142+
"@material/theme": "13.0.0-canary.0a9069300.0",
143+
"@material/tooltip": "13.0.0-canary.0a9069300.0",
144+
"@material/top-app-bar": "13.0.0-canary.0a9069300.0",
145+
"@material/touch-target": "13.0.0-canary.0a9069300.0",
146+
"@material/typography": "13.0.0-canary.0a9069300.0",
147147
"@octokit/rest": "18.3.5",
148148
"@rollup/plugin-babel": "^5.3.0",
149149
"@rollup/plugin-commonjs": "^18.0.0",
150-
"@schematics/angular": "12.1.2",
150+
"@schematics/angular": "13.0.0-next.0",
151151
"@types/browser-sync": "^2.26.1",
152152
"@types/fs-extra": "^9.0.5",
153153
"@types/glob": "^7.1.3",

packages.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
33
# version for the placeholders.
44
ANGULAR_PACKAGE_VERSION = "^13.0.0-0 || ^14.0.0-0"
5-
MDC_PACKAGE_VERSION = "12.0.0-canary.5f00e454a.0"
5+
MDC_PACKAGE_VERSION = "13.0.0-canary.0a9069300.0"
66
TSLIB_PACKAGE_VERSION = "^2.2.0"
77
RXJS_PACKAGE_VERSION = "^6.5.3 || ^7.0.0"
88

scripts/build-packages-dist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import {execSync} from 'child_process';
1010
import {join} from 'path';
11-
import {BuiltPackage} from '@angular/dev-infra-private/release/config';
11+
import {BuiltPackage} from '@angular/dev-infra-private/ng-dev/release/config';
1212
import {chmod, cp, mkdir, rm, set, test} from 'shelljs';
1313

1414
// ShellJS should exit if a command fails.

0 commit comments

Comments
 (0)