Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Add Bootstrap in Angular - Angular (Tutorial #8)

  • Nisha Singla
  • 2018-05-16
  • 27075
Add Bootstrap in Angular -  Angular (Tutorial #8)
Adding Bootstrap with AngularUsing Bootstrap with AngularUsing Bootstrap with Angular 4Add Bootstrap in Angular 4Correctly Include Bootstrap 4 in AngularHow to use Bootstrap in AngularBootstrap 4 in AngularAngular Tutorials for beginnersAngular 4 tutorialsnisha singlaangular tutorialangular tutorial for beginnersangular
  • ok logo

Скачать Add Bootstrap in Angular - Angular (Tutorial #8) бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Add Bootstrap in Angular - Angular (Tutorial #8) или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Add Bootstrap in Angular - Angular (Tutorial #8) бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео 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

Use this link to share this video:    • Add Bootstrap in Angular -  Angular (Tutor...  

There are 2 approach to use bootstrap in Angular
1) CDN : Content Delivery Network
2) Download bootstrap using npm

1st Approach using CDN :
In case of CDN we will copy the url for bootstrap and paste that url in index.html file

We will have one bootstrap.min.css
and 3 scripts file: 1) jquery 2)popper.js 3) bootstrap.js

Bootstrap 4 is the latest version of bootstrap which have dependency on 2 libraires and that is jquery and popper.js

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

1) npm install jquery popper.js
2) npm install bootstrap@4

Once dependencies get installed it will save these dependencies in node_modules folder

Now we can't link these path in index.html. If you want to set any global CSS or JS you need to give the path in angular-cli.json file

there we have one styles key there we have to give the path of bootstrap.min.css


Now we
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"styles.css"
]

and in scripts key refer jquery, popper and bootstrap.js
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/popper.js/dist/umd/popper.js",
"../node_modules/bootstrap/dist/js/bootstrap.min.js"
]

If you make any changes in angularcli.json file we need to restart angular server to make it work.
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 @

Facebook:   / angularjs4beginners  
LinkedIn:   / nisha-singla-82407aa0  
Website :

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]