I want to update Bootstrap on a site, but I don\'t know the installed version.
How can I identify the bootstrap version, with only bootstrap.css and bootstrap.min.js fil
Open package.json and look under dependencies. You should see:
"dependencies": { ... "bootstrap-less": "^3.8.8" ... }
for angular 5 and over