Installing 3rd Party Applications with Angular-CLI
I am new to angular-cli. I want to install the npm library mdbootstrap. I followed the instructions here: Angular CLI Instructions Specifically, I did this: I installed mdbootstrap via npm install bootstrap . I added all of the files in the dist directory to my angular-cli.json . angular-cli.json additions: "styles": [ "../node_modules/mdbootstrap/css/bootstrap.min.css", "../node_modules/mdbootstrap/css/mdb.min.css", "../node_modules/mdbootstrap/css/style.css" ], "scripts": [ "/node_modules/mdbootstrap/dist/js/bootstrap.min.js", "/node_modules/mdbootstrap/dist/js/jquery-3.1.1.min.js", "/node