Skip to content

Commit eedf36c

Browse files
julianobrasilmmalerba
authored andcommitted
fix(github docs): Includes @angular/cdk in installation instructions (#5555)
* includes @angular/cdk in github material installation instructions * Mention the latest builds instructions Add the latest builds instructions in the installation section (Step 1). * Delete the installation section The Getting Started section has all the information necessary to proceed with installations: #5552 (comment)
1 parent 2732bb4 commit eedf36c

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@ This is the home for the Angular team's Material Design components built for and
1111
[Contributing](https://github.com/angular/material2/blob/master/CONTRIBUTING.md) |
1212
[Plunker Template](http://plnkr.co/edit/o077B6uEiiIgkC0S06dd?p=preview)
1313

14-
### Installation
15-
16-
The latest release of Angular Material can be installed from npm
17-
18-
`npm install @angular/material`
19-
20-
A snapshot build with the latest changes from
21-
[master](https://github.com/angular/material2/tree/master) is also available.
22-
Note that this snapshot build should not be considered stable and may break between releases.
23-
24-
`npm install --save angular/material2-builds angular/cdk-builds`
25-
2614
### Getting started
2715

2816
See our [Getting Started Guide][getting-started]

guides/getting-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ For existing apps, follow these steps to begin using Angular Material.
99
npm install --save @angular/material @angular/cdk
1010
```
1111

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.
13+
14+
```bash
15+
npm install --save angular/material2-builds angular/cdk-builds
16+
```
17+
1218
## Step 2: Animations
1319

1420
Some Material components depend on the Angular animations module in order to be able to do

0 commit comments

Comments
 (0)