May 2018
Intermediate to advanced
512 pages
11h 3m
English
As we previously discussed, Material ships with some default themes like deeppurple-amber, indigo-pink, pink-bluegrey, and purple-green. However, your company or product may have its own color scheme. For this, you can create a custom theme that change the look of your application.
In order to create a new theme, you must implement a new scss file:
src/localcast-theme.scss@import '~@angular/material/theming';
Read now
Unlock full access