Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ Add Angular Material to your application by running the following command:
ng add @angular/material
```

The `ng add` command will install Angular Material, the
[Component Dev Kit (CDK)](https://material.angular.dev/cdk/categories),
[Angular Animations](https://angular.dev/guide/animations) and ask you the following questions to
determine which features to include:
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:

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

Expand Down
4 changes: 1 addition & 3 deletions guides/schematics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ creating Material applications easier.
Schematics are included with both `@angular/cdk` and `@angular/material`. Once you install the npm
packages, they will be available through the Angular CLI.

Using the command below will install Angular Material, the [Component Dev Kit](https://material.angular.dev/cdk) (CDK),
and [Angular Animations](https://angular.dev/guide/animations) in your project. Then it will run the
installation schematic.
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.

```bash
ng add @angular/material
Expand Down
Loading