I have included material package into my first angular2 project. link i have followed.
And added theme to project to work with colours of buttons.
@import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css';
But i am missing important class like
container , teal , text-blue (like colour options and ligthen-<x>).
Most importantly row and col classes to create layout. How can get all the power of material-css here.
I have tried to include css part from CDN and it backfired.
e.g. md-input there will be two border with different themes.
am i missing something here. guide me in the right direction.