Posts by Izaias Dantas • 1 point
1 post
-
0
votes3
answers4107
viewsA: How to implement Bootstrap 4 in Angular CLI
Use the command npm install bootstrap --save, and add the line: "../node_modules/bootstrap/dist/css/bootstrap.min.css" as in the example below: "build": { "options": { "styles": […