May 2018
Intermediate to advanced
512 pages
11h 3m
English
A base theme is necessary in order to use Material components. We can define or change the default theme in angular.json:
angular.json... "styles": [ { "input": "node_modules/@angular/material/prebuilt-themes/indigo-pink.css" }, "src/styles.css"],...
Note that any CSS implemented in styles.css will be globally available throughout the application. That said, do not include view-specific CSS in this ...
Read now
Unlock full access