SPFxAngularCLI
SPFxAngularCLI copied to clipboard
Use of Bootstrap
Bootstrap effects not showing up after I installed bootstrap, jquery, and popper via cli and declared the following in angular.cli.json:
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"styles.css"
],
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/popper.js/dist/umd/popper.min.js",
"../node_modules/bootstrap/dist/js/bootstrap.min.js"
],
Do i need to declare any thing else in other places?
Try loading them directly in SPFx. Have you tried loading them using the above technique in Angular CLI? (I didn't try)