MdToolbar raising error with angular4.
My code:
import { MdToolbar} from "@angular/material";
imports:[MdToolbar]
Error: Unexpected directive 'MdToolbar' imported by the module 'AppModule'
Looks like you want to import the MdToolbarModule?
Missing MdToolbarModule in whichever NgModule your component is declared within.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Missing
MdToolbarModulein whicheverNgModuleyour component is declared within.