Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ionic 4 install bootstrap

npm install bootstrap@latest

"styles": [
          {
            "input": "src/theme/variables.scss"
          },
          {
            "input": "src/global.scss"
          },
          {
            "input": "node_modules/bootstrap/dist/css/bootstrap.min.css"
          }
],
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ionic #install #bootstrap
ADD COMMENT
Topic
Name
4+4 =