as of npm 5.0.0, installed modules are added as a dependency by default, so the --save option is no longer needed. Now, you can just use npm install and the package will be saved in your package.json file.
@jardagalvao Жыл бұрын
Amazing, thanks bro!
@MuhammadUsman-ok5vs Жыл бұрын
Awesome series
@marcosvaldeni629 Жыл бұрын
Amazing course!
@nareshswaero7859 ай бұрын
Thanks bro❤
@mhmdyasr3 күн бұрын
URGENT! Need help! Getting this error: ▲ [WARNING] 2 rules skipped due to selector errors: .form-floating>~label -> Did not expect successive traversals. .form-floating>~label -> Did not expect successive traversals. Please tell me how to rectify this, fast. I googled it, and it told me to change optimisation values in angular.json, but that didn't work either.
@SimonChikezie9 ай бұрын
Why don’t my styles in the css override the bootstrap styling even though I want the bootstrap to have the highest specificity
@GokulKrishnan-g1n Жыл бұрын
sir, my request is use many (if condition ) in typescript file i don't know where to use and when to use the if condition
@ahmadkakarr10 ай бұрын
yest it great.
@Hitman-li1hg7 ай бұрын
Noice!
@Karthik22ng Жыл бұрын
Sir, humble request, Please increase the font size else show the code in Light mode, such that the readability will be good for the viewers. please refer *Mosh* videos
@darcygravan73383 ай бұрын
you didnt show how to add bootstrap js file to angular
@procademy3 ай бұрын
When you install bootstrap, it already installed bootstrap css and js files. You can simply use the bootstrap classes after that.
@darcygravan73383 ай бұрын
@@procademy but can i use bootrap js features with out adding js file path to angular config file???