Jasny Bootstrap:
https://github.com/jasny/bootstrap
Installed: npm install jasny-bootstrap --save
Imported in app/app.module.ts or main.ts
import * as jasny from 'jasny-bootstrap';
I got this error:
ERROR in /Users/Roller/Working/Angular4/src/app/app.module.ts (11,24): Cannot find module 'jasny-bootstrap'.
jasny-bootstrapis not Angular module, it's just javascript library. If you use angular-cli, you can include this script in your.angular-cli.jsonfile. That's how you do this:and the same thing with css files: