I'm learning Angular 4 and I'm using Bootstrap CSS.
I've installed Bootstrap libraries using npm and I've imported Bootstrap in my Angular project using the style.css
file under the src
folder.
Everything works well but WebStorm doesn't suggest me any Bootstrap classes while I'm coding and I can't understand why. Do I have to set something up?
If I link Bootstrap inside my index.html
file everything works fine.