ng using bootstrap

1. Use the command in the project npm i bootstrap -s to create bootstrap

2. After created in angular.json introduced into the

"styles": [
              "src/styles.scss",
              "./node_modules/bootstrap/dist/css/bootstrap.min.css",
            ],
3 . Restart Service

Guess you like

Origin www.cnblogs.com/rockyjs/p/11982156.html