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

🎬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-bootstrapandbootstrap
Step 2
Open
src/app/app.module.tsand add:
Step 3
Open
angular.jsonand insert a new entry into the styles array:
Step 4
Open
src/app/app.component.htmland add:
Step 5
Launch the application:

Last updated
Was this helpful?