I have a small problem in integrating a meterial design (http://www.getmdl.io/) in ng2 Can you please help me I will put it in points what I have done
The ng2-webpack Demo project includes a simple ng2 CRUD application that uses vanilla MDL
ngAfterViewInit() {
// Ensure material-design-lite effects are applied
componentHandler.upgradeDom();
}
see Working with Material Design Lite for more details.