Reputation: 54
I am new to angular development and I am developing an angular 6 app. The tutorial is using BootStrap 4 CSS. However, the same css is not working as expected for me. I want to know how I can check if my application is using the Bootstrap 4 CSS.
Upvotes: 0
Views: 3457
Reputation: 871
In package.json
file under dependencies check which version of bootstrap you have installed.
Upvotes: 2