0:15 Need not do `--save` anymore to save npm package. it will automatically save
@ryanantonio45894 ай бұрын
Thank you bro, this was so helpful
@surfeurdestemps3193 Жыл бұрын
There is a little problem, there is no javascript bootstrap in script array in angular.json....
@manojkiyan85812 жыл бұрын
Bro please make more videos about angular
@shreyaakaranjkar84592 жыл бұрын
Very helpful thanks ... :)☺☺☺☺☺
@maheshshirsat9075 Жыл бұрын
why i am not having that bootstrap folder in node modules ? at 1:18
@robbyerob Жыл бұрын
Same, I do not see bootstrap anymore, maybe it is an upgrade with the newer versions of Angular?
@maheshshirsat9075 Жыл бұрын
@@robbyerobwe have to install bootstrap.. with some npm install bootstrap cmg in cli
@robbyerob Жыл бұрын
@@maheshshirsat9075 note, that this was completed and why this comment was made. I followed all of the instructions, NPM alerted me that 2 packages were installed. This happened with JQuery also. So somewhere there is an installation of Bootstrap and JQuery based on my command line of npm install bootstrap and npm install jquery. They are installed, because if I do another install command, they alert that they are already installed. They are not in node_modules.
@savitahudalimath2217 Жыл бұрын
@Sir i am not able to see bootstrap styles in my application, i don't know what went wrong, i just followed the steps as you mentioned in this video please help me on this i am new to web application development.
@procademy Жыл бұрын
That might be because the bootstrap you have installed is the latest version. Please check the version of bootstrap installed in package.json file and use bootstrap css classes of that version.
@hassanaoude Жыл бұрын
Good
@أحمدالنجار-و3ي2 жыл бұрын
thank you ,
@Stan-j5i3 ай бұрын
This is bad way to use bootstrap into project, must be core scss files, not compiled css
@AkshatTech-ud7nt10 ай бұрын
thank you so much
@Leen-Odeh287 Жыл бұрын
nice
@mohanj2849 Жыл бұрын
bro could u plz tell me .. that what is the deference between angular js and angular ?
@procademy Жыл бұрын
Watch first lecture of this series. There i have already covered it
@heybiplabb2 жыл бұрын
Done✅
@norah8201 Жыл бұрын
I did the same steps but doesn’t work on my project 😞
@parthapratimsharma5040 Жыл бұрын
when i use bootstrap thats time my *{margin:0,padding:0};in style.css not work
@mohiburrahman56392 жыл бұрын
{{Perfect}}
@heybiplabb2 жыл бұрын
sir it's not working in Angular v14
@procademy2 жыл бұрын
Installing bootstrap is not angular specific, so it should install bootstrap. After installing, you need to add the path of bootstrap CSS file in angular.json But if the bootstrap class which you are using is not working, then check the bootstrap documentation and there you need to find whether that bootstrap class is available in that version which you have installed. Because, bootstrap sometimes changes the class names.
@procademy2 жыл бұрын
Or you can let me know the bootstrap version which you have installed and the bootstrap class which you are trying to use. I will check it and let you know.
@heybiplabb2 жыл бұрын
@@procademy sorry sir, I forget to restart tha angular server. Now it's working fine☺️
@_saii2 жыл бұрын
@@heybiplabb i cannot terminate the live development server
@_saii2 жыл бұрын
In my system i can't terminate my live development server by ctrl c Pls help me