You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: