Answers for "use bootstrap with angular scss"

CSS
0

bootstrap 4 scss angular 8

# angular.json

{
  ......
  "projects": {
    "my-app": {
      ......
      "architect": {
        "build": {
          "options": {
            "styles": [
              "src/styles.scss",
              "node_modules/bootstrap/scss/bootstrap.scss"
Posted by: Guest on June-03-2020

Browse Popular Code Answers by Language