How to configure and use bootstrap in Angular project | Step by step

Опубликовано: 30 Сентябрь 2024
на канале: Learn Programming Yourself
8,983
71

This is how to configure and use bootstrap in angular project from scratch and step by step. In this video, I will show you how to configure angular application with bootstrap and will also show you simple example of using bootstrap.

Here's the scripts that you need to add in angular.json file:
"styles": [
"src/styles.css"
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]

Disclaimer - The music/audio used in this video is not a property of "Learn Programming Yourself". All credit goes to owners of respective music/audio. This music/audio is not prone to any "Copyright Strikes".

--------- Links to my other FREE courses. ---------
▶ Java 8 Full Course -    • Java 8  
▶ JDBC Full Course -    • 1. Introduction to JDBC in java | Use...  
▶ Microsoft Cognitive Services Course -    • Computer Vision + Angular | Microsoft...  
▶ JWT in Spring Boot and Angular -    • How to download and install Angular C...  
▶ CRUD Operations in Spring Boot and Angular (Full Stack) -    • 1. Angular 16 and Spring Boot 3 Crud ...  
▶ Console Based Banking Application Using Java -    • Developing Console Based Banking Appl...  
▶ E-Commerce Application Development Using Angular and Spring Boot (Full Stack) -    • 1. Developing E-Commerce Application ...