Skip to content

Commit 3a43de9

Browse files
authored
docs: remove references to animations package (#32107)
1 parent a19ff86 commit 3a43de9

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

guides/getting-started.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ Add Angular Material to your application by running the following command:
1414
ng add @angular/material
1515
```
1616

17-
The `ng add` command will install Angular Material, the
18-
[Component Dev Kit (CDK)](https://material.angular.dev/cdk/categories),
19-
[Angular Animations](https://angular.dev/guide/animations) and ask you the following questions to
20-
determine which features to include:
17+
The `ng add` command will install Angular Material, the [Component Dev Kit (CDK)](https://material.angular.dev/cdk/categories), and will ask you the following questions to determine which features to include:
2118

2219
1. Choose a prebuilt theme name, or "custom" for a custom theme:
2320

guides/schematics.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ creating Material applications easier.
88
Schematics are included with both `@angular/cdk` and `@angular/material`. Once you install the npm
99
packages, they will be available through the Angular CLI.
1010

11-
Using the command below will install Angular Material, the [Component Dev Kit](https://material.angular.dev/cdk) (CDK),
12-
and [Angular Animations](https://angular.dev/guide/animations) in your project. Then it will run the
13-
installation schematic.
11+
Using the command below will install Angular Material and the [Component Dev Kit](https://material.angular.dev/cdk) (CDK) in your project. Then it will run the installation schematic.
1412

1513
```bash
1614
ng add @angular/material

0 commit comments

Comments
 (0)