Hello I am using JHipster 4.0.1
I want integrate angular 2 material into my home.component.
I did : npm install material npm install angular2/{core,button}
<html><head></head>
<body>
<md-button>Hello </md-button></body></html>
the error is : md-button is not a known element
For those using yarn rather than npm:
Import angular material module into
src/main/webapp/app/shared/shared-libs.module.ts
:Add a theme into
src/main/webapp/content/css/vendor.css
:Add some MD elements to
src/main/webapp/app/home.component.html
: