I am trying to build the project with @angular/material package.
MaterialModule import, and MaterialModule.forRoot() is not working. Build is working fine but AppComponent is not getting loaded.
When i try importing individual components like MdButtonModule, MdIconModule. It is working fine.
But MdMenuModule is not working, if i include MdMenuModule in app.module.ts imports, and build. Then AppComponent is not getting loaded.
I am trying to build the project with @angular/material package. MaterialModule import, and MaterialModule.forRoot() is not working. Build is working fine but AppComponent is not getting loaded.
When i try importing individual components like MdButtonModule, MdIconModule. It is working fine. But MdMenuModule is not working, if i include MdMenuModule in app.module.ts imports, and build. Then AppComponent is not getting loaded.