Angular 7 - Bootstrap 4

In this article, we'll see how to setup bootstrap 4 in Angular 7.

Angular 7 - Bootstrap 4

🎬Video version: https://www.youtube.com/watch?v=8Onby_SVIHc

Step 0

Installing angular-cli

Note: you can skip this part if you already have application generated

Step 1

  • Install ngx-bootstrap and bootstrap

Step 2

  • Open src/app/app.module.ts and add:

Step 3

  • Open angular.json and insert a new entry into the styles array:

Step 4

  • Open src/app/app.component.html and add:

Step 5

  • Launch the application:

Last updated

Was this helpful?