How to use bootstrap-material-design in Angular 4 app (with Angular CLI)?
I just added css file in my styles.css like this:
@import "~bootstrap-material-design/dist/css/bootstrap-material-design.min.css";
I can access bootstrap-material-design classes but some elements like inputs don't work like it should.
I think I have to add in .angular-cli.json file the jQuery and bootstrap-material-design scripts but that didn't work either.
What is the correct way?
From Docs, I need to initialize the material javascript by adding the following javascript to your site, but I can't.
$.material.init()