Bạn có chắc chắn muốn xóa bài viết này không ?
Bạn có chắc chắn muốn xóa bình luận này không ?
How to Integrate Bootstrap with Angular (Angular 6)
https://grokonez.com/frontend/angular/angular-6/how-to-integrate-bootstrap-with-angular-angular-6
How to Integrate Bootstrap with Angular (Angular 6)
Bootstrap is a web development framework for more faster and easier that includes HTML and CSS based responsive design templates. So in the tutorial, we show how to integrate Bootstrap with Angular project.
Related posts:
- How to Integrate Angular 6 & SpringBoot 2.0 RestAPI – SpringToolSuite
- Angular NgFor Repeater Directive – Loop over a Collection (Angular 6)
Technologies
- Node.js – version v10.4.0
- Angular – version 6
- Bootstrap - 3.x & 4.x
- Visual Studio Code – version 1.24.0
Goal
After tutorial, we can integrate Bootstrap to Angular project.
-> Project structure:
-> results:
Integrate Bootstrap with Angular project
We have 3 approaches:
- Include Bootstrap from CDN
- Include Local Bootstrap
- Install Bootstrap via NPM
Preparation
- Create an Angular project:
https://grokonez.com/frontend/angular/angular-6/how-to-integrate-bootstrap-with-angular-angular-6
How to Integrate Bootstrap with Angular (Angular 6)







