Sir I watched angular based videos of you for the past four months and I almost finished 80 videos and practicing frequently daily, I hadn't ever seened this kind of programmatic information and I want to say thankyou and I am obliged to you and iam came from non-IT background .
@sharathchandra79102 жыл бұрын
Ur videos r amazing bro. When my trainer taught, literally 0%. When u explained, 40-50%. Much better for a beginner like me to understand. Will keep the flow going.
@LucasHagemans2 жыл бұрын
0:38 What is the difference btw development services vs. production services. Answer: when the product (app, website, etc.) is deployed the development services are not deploeyed together with the product. The development services (files, packages, etc.) were only necessary for building the product, not for operating it. For example, the 'node_modules' folder is such a kind of development material that is excluded from the deployable package.
@LucasHagemans2 жыл бұрын
3:24 What is the concept of 'main method'? 3:42 What is bootstrapping? (main file)
@mohammednashmi-1111 Жыл бұрын
Main method is a main function that is used to run other functions. In simple it is the main key that other function/methods are working.
@Sirisha98982 жыл бұрын
Good video ..It would be great if Package-lock also explained coz many interviewers asking diff btw package and package-lock
@PIPI-ut5bd4 ай бұрын
Thank you so much teacher!
@mohiburrahman56392 жыл бұрын
your class is very very super!!
@LucasHagemans2 жыл бұрын
7:28 what are dependencies vs. devDependencies?
@mohanj2849 Жыл бұрын
hi bro mere folder pe environment, assists folder to nahi he. kyon??? plz guide me
@pragatisrivastava32592 жыл бұрын
Difference between package.json and package-lock.json?
@parimalatamanampudi9814 Жыл бұрын
I don't have environments folder in my vs code
@prithiviraj4607 Жыл бұрын
Because we are using a newer version of Angular.
@jamesexport4154 Жыл бұрын
yes in new version angular CLI does not automatically creates you need to create it manually. Try with this common "ng g environments" it will create it. Hope it Helps!
@bhargavmehta972 жыл бұрын
How to install angular to a specific folder and create an application based on that?
@procademy2 жыл бұрын
Please watch the lecture where i have covered how to create an angular project. Basically, you can move to the folder where you want create the angular project using cd command, for example: cd C:/Projects/AngularProjects. Once you have moved to the folder where you want to create the project, use ng new command: ng new project-name. Hope it helps :)
@deepbpatel21832 жыл бұрын
thank you
@AdarshNarayanan2 жыл бұрын
I am not seeing environments, polyfills.ts and test.ts files. Anybody know why?
@MusicTaste4U2 жыл бұрын
mine don't have them either. Bet because of different version of Angular.
@prithiviraj4607 Жыл бұрын
Yes bro. I too don't have these files because we are using a new version of Angular
@jamesexport4154 Жыл бұрын
yes in new version angular CLI does not automatically creates you need to create it manually. Try with this common "ng g environments" it will create it. Hope it Helps!