How to use angular2_material in angular2?
I often see a link to angular2_material ( https://github.com/angular/angular/tree/master/modules/angular2_material ) when reading in the angular2 changelog. I also saw this commit https://github.com/angular/angular/commit/408618b8 showing the use of the new package: prefix.
I know angular2 is still in alpha, but does anyone have a job (there are many old deprecated examples that no longer work because so much has changed already) examples are there? I'm on alpha33 now
+3
source to share
1 answer
Check out this example . Also, check out this demo on Plunker . Cm.:
import {MdCheckbox} from 'angular2_material/material';
-1
source to share