November 2019
Beginner
436 pages
8h 52m
English
Let's quickly review what modifications the Angular CLI makes to install the Angular Material library. This is quite common when we install third-party libraries that don't support ng add schematics. In this section, we'll take a look at what we should do when we see a new component library for Angular. Let's take a look at these modifications:
"styles": [ "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.scss" ],
Read now
Unlock full access