angular 11 install bootstrap 5 code example

Example 1: installing bootstrap in angular 9

ng add @ng-bootstrap/ng-bootstrap

Example 2: install bootstrap in angular 10

$ npm install bootstrap

Example 3: installing bootstrap in angular 9

....      "styles": [        "node_modules/bootstrap/dist/css/bootstrap.min.css",        "src/styles.css"      ],      "scripts": [          "node_modules/jquery/dist/jquery.min.js",          "node_modules/bootstrap/dist/js/bootstrap.min.js"      ].....

Example 4: how to install bootstrap in angular 11

npm install popper.js --save