Angular 7 - Bootstrap 4
In this article, we'll see how to setup bootstrap 4 in Angular 7.
Last updated
In this article, we'll see how to setup bootstrap 4 in Angular 7.
Last updated
🎬Video version: https://www.youtube.com/watch?v=8Onby_SVIHc
Installing angular-cli
Note: you can skip this part if you already have application generated
Install ngx-bootstrap
and bootstrap
Open src/app/app.module.ts
and add:
Open angular.json
and insert a new entry into the styles array:
Open src/app/app.component.html
and add:
Launch the application: