SPFxAngularCLI icon indicating copy to clipboard operation
SPFxAngularCLI copied to clipboard

Use of Bootstrap

Open rajanpande opened this issue 6 years ago • 1 comments

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?

rajanpande avatar May 03 '18 22:05 rajanpande

Try loading them directly in SPFx. Have you tried loading them using the above technique in Angular CLI? (I didn't try)

maliksahil avatar Oct 17 '18 17:10 maliksahil