jelbourn / material2-app

Simple app that consumes Angular Material 2 components
651 stars 280 forks source link

MdMenuModule Not Working #46

Open ajareshgv opened 7 years ago

ajareshgv commented 7 years ago

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.