You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(getting-started): include cdk in systemjs config (#5626)
* The getting started guide includes a brief section for the SystemJS configuration of a project using Angular Material. This extra section now also needs to include the CDK package.
Fixes#5624
Copy file name to clipboardExpand all lines: guides/getting-started.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ For existing apps, follow these steps to begin using Angular Material.
9
9
npm install --save @angular/material @angular/cdk
10
10
```
11
11
12
-
A snapshot build with the latest changes from master is also available. Note that this snapshot build should not be considered stable and may break between releases.
12
+
A snapshot build with the latest changes from master is also available. Note that this snapshot
13
+
build should not be considered stable and may break between releases.
0 commit comments