filmov
tv
Add Bootstrap in Angular - Angular (Tutorial #8)
Показать описание
Bootstrap is the most popular HTML and CSS framework for building responsive layouts without having a deep knowledge of CSS. So in this session, we will learn how we can add Bootstrap in Angular
There are 2 approach to use bootstrap in Angular
1) CDN : Content Delivery Network
2) Download bootstrap using npm
1st Approach using CDN :
jquery is a library of javascript and popper js is also a javascript library that helps you in positioning your HTML elements very quicky specially when you have something like notification
2nd approach of using bootstrap :
we can download all these libraries using npm command
Once dependencies get installed it will save these dependencies in node_modules folder
Now we
"styles": [
]
"scripts": [
]
Press Ctrl+C(to stop current running server) and start the server using ng serve -o command
and you can see it is working
If you liked my channel , subscribe to it and like my videos. For any queries ask you question in comment section
you can also connect with me @
There are 2 approach to use bootstrap in Angular
1) CDN : Content Delivery Network
2) Download bootstrap using npm
1st Approach using CDN :
jquery is a library of javascript and popper js is also a javascript library that helps you in positioning your HTML elements very quicky specially when you have something like notification
2nd approach of using bootstrap :
we can download all these libraries using npm command
Once dependencies get installed it will save these dependencies in node_modules folder
Now we
"styles": [
]
"scripts": [
]
Press Ctrl+C(to stop current running server) and start the server using ng serve -o command
and you can see it is working
If you liked my channel , subscribe to it and like my videos. For any queries ask you question in comment section
you can also connect with me @
Комментарии