November 2019
Beginner
804 pages
20h 1m
English
In order to install Angular Material in the project, all you have to do is use the CLI!
Open your console, go into the project folder, and execute the following command:
ng add @angular/material
You'll have the choice between different themes. Pick the one that you want. We'll take the Indigo/Pink theme for this example:
$ ng add @angular/material Installing packages for tooling via npm. npm WARN ajv-keywords@3.4.0 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself. npm WARN @angular/material@7.3.3 requires a peer of @angular/cdk@7.3.3 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 ...
Read now
Unlock full access