Using Bootstrap with Angular

  Рет қаралды 165,573

CodingTheSmartWay

CodingTheSmartWay

Күн бұрын

Using Bootstrap with Angular
Bootstrap is the most popular HTML, CSS, and JavaScript framework for web front-end development. It's great for developing responsive, mobile-first web sites.
The Bootstrap framework can be used together with modern JavaScript web & mobile frameworks like Angular. In the this tutorial you'll learn how to use the Bootstrap framework in your Angular project.
Furthermore we'll take a look at the Ng-Bootstrap project which delivers Angular Bootstrap components which can be used out of the box.
This is a CodingTheSmartWay.com tutorial
---------------------
Musik:
Night Owl by Broke For Free is licensed under a Creative Commons Attribution License.
(freemusicarchiv...)

Пікірлер: 90
@vivianattiogbe9598
@vivianattiogbe9598 4 жыл бұрын
This guy is the real deal, came here after reading is blog post on how to use bootstrap with angular. Very informative, please keep the good stuff coming Sebastian Eschweiler
@jacquesdemolay2699
@jacquesdemolay2699 7 жыл бұрын
I am surprised to see you added the tags for jQuery and Bootstrap in the body section rather than in the header section as it is customary.
@ChristianAchter
@ChristianAchter 5 жыл бұрын
Great video. Unfortunately, Angular was updated (as expected) and the file structures were changed so I had to look for another tutorial that fits the current versions. Great work though, love the different ways to solve the problem.
@nirajbadaik6796
@nirajbadaik6796 4 жыл бұрын
Thanks for the video. I found it very helpful easy to understand.
@IsaacAsante17
@IsaacAsante17 5 жыл бұрын
You tutorial is very helpful! Thanks!
@thomasorta4297
@thomasorta4297 3 жыл бұрын
in the case to use ng-bootstrap is necessary to install bootstrap also, because some component like navbar is not in ng-boostrap, right?
@sajjadhussainsunny
@sajjadhussainsunny 6 жыл бұрын
Sir thankuuuuuuuuuuuuuuuuuu soooooooooo much for very helpful this tutorial and it,s my humble request make a New tutorial make a Fully template single page or landing page Angular 4 with bootstrap i did't find on you-tube like thank u so much and i'm waiting for you next lecture on template ..????????
@jasonwilliams_escapeimagery
@jasonwilliams_escapeimagery 7 жыл бұрын
What's your view on using jquery with angular and do you recommend using it inside a life cycle hook such as ngafterviewinit ? I'm concerned about manipulating the Dom and it's adverse affects on angular2 virtual Dom
@sivasumanth
@sivasumanth 6 жыл бұрын
I'm getting below error when I run ng serve ..... kindly Error: ENOENT: no such file or directory, open 'C:\Users\SIVA\Desktop\angular ode_modules\jquery\dist\jquery.min.js
@kentaro0401
@kentaro0401 7 жыл бұрын
素晴らしいビデオをありがとうございました。 @ng-bootstrap/ng-bootstrap の は文法が更新されました。 (template) changed to (ng-template) ...
@rdhrmn
@rdhrmn 6 жыл бұрын
Great
@xXSimon693Xx
@xXSimon693Xx 6 жыл бұрын
18:35 Does the order of the css files make any difference? Can I still write some changes into the styles.css if I put bootstrap on the second position?
@RJ-hy4zz
@RJ-hy4zz 6 жыл бұрын
Which is the best way to add bootstrap? CDN or NPM bootstrap package.
@galeebbashashaik3778
@galeebbashashaik3778 6 жыл бұрын
same doubt?
@MrKusum01
@MrKusum01 7 жыл бұрын
Thanks u so much for this video .... I was struggling so badly with this angular , u made me understand from this video Thanks again Sebastian
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks so much Kusumitha
@MrKusum01
@MrKusum01 7 жыл бұрын
CodingTheSmartWay.com Can u solve the doubts apart from the video which I have ???
@formynet
@formynet 7 жыл бұрын
by using CDN in index.html, i get below error :( compiler.es5.js:1689 Uncaught Error: Template parse errors: 'alert' is not a known element: 1. If 'alert' is an Angular component, then verify that it is part of this module. 2. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. (" alert [ERROR ->]hello [ERROR ->]
@Eric-qy3ce
@Eric-qy3ce 6 жыл бұрын
what need to include the jquery script in the angular-cli.json? will it be a source of conflict in the future? I thought angular is taking control of all javascript. Can you explain that a little bit more? Besides, I am really frustrating about learning angularJs and the relevant project like this one ng-bootstrap. Do you have any more video like this or tutorial materials ? I found many tutorial that either the tag(component) was not recognisable (maybe the attributes inside has changed) or the style that assign to class was not working..
@mattschemmer3091
@mattschemmer3091 6 жыл бұрын
holy moly this video was helpful. thanks!!
@adir191
@adir191 7 жыл бұрын
what different ng-bootstrap to bootstrap we already install in the beginning of the this video(bootstrap 3)?
@ProgrammingIsFun
@ProgrammingIsFun 6 жыл бұрын
ng-bootstrap package gives you the various Javascript functionalities such as dropdown menus, carousels, modals etc. which are normally controlled by bootstrap.js and jquery.js. Angular team doesn't recommend to use Jquery or Bootstrap.js since they can modify the DOM which is not recommended in an Angular app.
@mass13982
@mass13982 7 жыл бұрын
Thank you...this was perfect!
@scottsmyth3251
@scottsmyth3251 4 жыл бұрын
Great, thank you!
@hironakae
@hironakae 5 жыл бұрын
Sort of off topic but how are you switching tabs? a search bar pops up and you type iterm I'd love to know! thanks for the video it's very helpful
@sladjanivkovic2
@sladjanivkovic2 5 жыл бұрын
Just google keyboard shortcuts for switching tabs, or something like that.
@RJ-hy4zz
@RJ-hy4zz 6 жыл бұрын
Hi Bro, There is any similarity in bootstrap and ng-bootstrap
@JFkingW
@JFkingW 6 жыл бұрын
Very helpful tutorial! I have two questions: I heard you should‘t use jQuery in Angular? How can I apply themes when I intalled bootstrap with npm?
@santhoshprabhunandikolmath8325
@santhoshprabhunandikolmath8325 6 жыл бұрын
Hi sir.I am using ubuntu 64 bit OS.I am unable to install Angular command line,its not installing. So kindly help me.
@amarr1865
@amarr1865 7 жыл бұрын
Very helfpul, Thanks for your efforts Seb. Can you do a tutorial on Angular 4 with Google maps APIs? , map being vital in all modern applications it would be very helpful for us to learn :)
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Great idea! Thanks Amar!
@admin202
@admin202 7 жыл бұрын
just super like your other posts ... big thanx!
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks so much Muzafar
@odeleyeoluwafemi6340
@odeleyeoluwafemi6340 7 жыл бұрын
I hope to get a lot from the topic. Thanks
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Hope so too! Thanks a lot!
@3rdwheel2023
@3rdwheel2023 7 жыл бұрын
Awesome and Thank you... !!!!
@otaviomota6122
@otaviomota6122 7 жыл бұрын
amazing tutorial, very helpful!!!!!!
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks a lot!
@lickybuay
@lickybuay 7 жыл бұрын
Great Tutorial, can you make one about using the modal feature of ng-bootstrap?, Thanks :D
@chisomokoye3730
@chisomokoye3730 7 жыл бұрын
very helpful o, but do you have to cd into any directory before installing the boostrap@3 and the jquery also
@lightspeedlion
@lightspeedlion 6 жыл бұрын
If installing with npm you have to be on your root folder (repository) and Im not sure about the others.
@SubrataSen38
@SubrataSen38 7 жыл бұрын
How to enable toggle for navbar nav its not working......
@saabirmohamed636
@saabirmohamed636 7 жыл бұрын
thanks for the video ! for bootswatch... if I copy the min file locally I assume I can just edit the angular.cli.json styles array with it's path right?
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks Saabir! Yes, that's right.
@seshukumar3828
@seshukumar3828 7 жыл бұрын
Nice tutorial buddy. Can you please do a video on how to include other jquery plugins in angular
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks seshu
@arunpm9625
@arunpm9625 5 жыл бұрын
Helpful tutorial. Explanations was crystal clear. Keep up the Good work :)
@abinash8339
@abinash8339 6 жыл бұрын
how to change the tab color...
@jessetaylor6020
@jessetaylor6020 7 жыл бұрын
really nice work bro you're awesome!
@jessetaylor6020
@jessetaylor6020 7 жыл бұрын
this is the second time that i wacht this jeje
@ale_lunalili
@ale_lunalili 6 жыл бұрын
Very helpful !
@PovilasCiplis
@PovilasCiplis 7 жыл бұрын
I wonder shy "Fancy" tab doesnt show up in my code that I wrote.
@PovilasCiplis
@PovilasCiplis 7 жыл бұрын
just fixed it by copying and pasting code from their official website its the "Fancy title" line so I was missing "ng"
@eugenesveginsev4974
@eugenesveginsev4974 4 жыл бұрын
Thank you
@AngularWorld
@AngularWorld 7 жыл бұрын
Nice tutorial
@rsteveyoung
@rsteveyoung 6 жыл бұрын
What about "ng-bootstrap" ?
@TheMaxstick
@TheMaxstick 6 жыл бұрын
how can I use ng-bootstrap with theme?
@lerby5512
@lerby5512 7 жыл бұрын
Thank you, but it will be better if you watch it on at least 1.5 of video speed.
@jessetaylor6020
@jessetaylor6020 7 жыл бұрын
good tutorial thanks you helpme so much !!!
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Great, thanks!
@abilashr1958
@abilashr1958 6 жыл бұрын
Thanks a lot for this video, It helped me understanding on how to integrate angular with ng-bootstrap.
@IranGr
@IranGr 7 жыл бұрын
Excellent! thank you!
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks a lot!
@mayurkode8569
@mayurkode8569 7 жыл бұрын
good help
@khalscodemy6739
@khalscodemy6739 4 жыл бұрын
awesome
@khurshedkhan52
@khurshedkhan52 7 жыл бұрын
awesome tutorial
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Great! Thanks!
@RaymondBarbour
@RaymondBarbour 7 жыл бұрын
Thanks. I was struggling to find a simple set of steps to set up angular and bootstrap. very helpful
@codingthesmartway
@codingthesmartway 7 жыл бұрын
That's great! Thanks a lot!
@willl0014
@willl0014 7 жыл бұрын
good stuff!!
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks!
@ifti4201
@ifti4201 7 жыл бұрын
thanks .. This help me a lot .. specially theme part ...
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks a lot!
@salahaelfatah_EbnElnazer
@salahaelfatah_EbnElnazer 5 жыл бұрын
thank you very much, this is so helpful and directly.
@jeffreychong7928
@jeffreychong7928 6 жыл бұрын
Thumbs up! thanks for the great video!
@scwyldspirit
@scwyldspirit 7 жыл бұрын
Be aware that bootstrap just went v4-beta. Found out the hard way trying to figure out why my code was broken
@dastgirakhtar9782
@dastgirakhtar9782 6 жыл бұрын
nice
@codingthesmartway
@codingthesmartway 6 жыл бұрын
Thanks
@smileyakhi165
@smileyakhi165 4 жыл бұрын
Sir i want source code
@reactdev101
@reactdev101 7 жыл бұрын
nice sweater
@SerendipitousWizard
@SerendipitousWizard 3 жыл бұрын
Haha "Seam"
@chemnitzel
@chemnitzel 6 жыл бұрын
r u german?
@rajureddy7512
@rajureddy7512 6 жыл бұрын
the bootstrap using Jquery ...
@ariel_alves_dutra
@ariel_alves_dutra 5 жыл бұрын
Thank you!!!
@hussainwali7522
@hussainwali7522 6 жыл бұрын
I love your videos, I have been following for a long time now..a friendly suggestion.. edit out the "um"s from your videos..every um takes away the focus from what you are saying
@yasser2768
@yasser2768 5 жыл бұрын
That's all useless Building reliable Angular apps should be hand crafted Don't use ready modules
@korichiTarzi
@korichiTarzi 6 жыл бұрын
thank you
What’s new in Angular v18
20:08
Angular
Рет қаралды 123 М.
Worst flight ever
00:55
Adam W
Рет қаралды 8 МЛН
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 18 МЛН
Brawl Stars Edit😈📕
00:15
Kan Andrey
Рет қаралды 46 МЛН
Angular Material Tutorial | Mosh
36:19
Programming with Mosh
Рет қаралды 263 М.
Using Bootstrap Templates in Angular Application
22:14
Code Radiance
Рет қаралды 41 М.
New Angular 4.3 HttpClient (Accessing REST Web Services With Angular)
39:14
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
Angular 2 Firebase Authentication
55:18
CodingTheSmartWay
Рет қаралды 20 М.
Building Forms in Angular Apps | Mosh
25:04
Programming with Mosh
Рет қаралды 418 М.
Getting Started with Standalone Components in Angular
11:49
Angular
Рет қаралды 171 М.
Building an Angular 5 + Bootstrap 4 application
1:04:27
Travis Tidwell
Рет қаралды 86 М.
Using Bootstrap in Angular | Components | Angular 12+
6:09
procademy
Рет қаралды 72 М.
Worst flight ever
00:55
Adam W
Рет қаралды 8 МЛН