I have a hybrid Angular1 and Angular2 application. In one of the Angular2 components that I route to, I want to use a Material Design Button.
When I insert a button
It should be
<button md-button>foo</button>
OR
<button md-raised-button>foo</button>
Sometimes when you add new component to the angular2 it does't directly register the tag in such cases you have to do 2 things:
Go to app.component.ts file