I am building a ionic 4 app and I want to use bootstrap with my app
How can I do it?
"styles": [
{
"input": "src/theme/variables.scss"
},
{
"input": "src/global.scss"
},
{
"input": "node_modules/bootstrap/dist/css/bootstrap.min.css"
}
],
Please help me.