I introduced bootstrap according to the angular2 method. No error was reported when I started it, but the style just couldn’t come out. Looking at the console, there was nothing in the <style> tag. The .angular-cli.json configuration is configured.
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.css"
],
ringa_lee2017-05-15 17:15:18
It shouldn’t be that the package has not been downloaded npm i --save bootstrap
?