Hi . Great videos and thank you. I have a question. Is it possible to update the packages that are not in package.json and are only in package-lock.json.If so please advise.
Sridhar, is it going to be everyday video. How many videos for this tutorial. I would like to create my timetable based on this like angular 9. Thank u in advance
Hi Sreeni. Yes i will try and post 2 videos daily. 1 in evening and 1 in morning. Im planning around 100 tutorials so around 2 months we should complete the series. By dec end
hello sir what is the difference between ng serve and ng build . ? i have developed tokemanagement application der if give ng serve its it updates only UI page and if i give ng build whatever i do changes in database only if i gave ng build its working .! my question is why not ng serve ?because ng build takes some time to compile
Hi Kebin, All the chapters till chapter 37 are now in GitHub link. Going forward all notes will also be in the same link github.com/arctutorials/angular-10-notes
@@ARCTutorials Hi, maybe it's just my lack of experience with github, but i see only a few of the notes files here...e.g., the notes for this episode are missing.
Liked the tutorial. Could you please tell me when is package-lock used? We already have package.json. But where do we use package-lock and in which case?
Hi . Great videos and thank you. I have a question. Is it possible to update the packages that are not in package.json and are only in package-lock.json.If so please advise.
Hi Anji. We can update the packages we want in package.json and we need to do npm i. It will update the dependencies as well
@@ARCTutorials yes e can update the packages in package.json but what if we need to update the packages that are only in package-lock.json?
Sridhar, is it going to be everyday video. How many videos for this tutorial. I would like to create my timetable based on this like angular 9. Thank u in advance
Hi Sreeni. Yes i will try and post 2 videos daily. 1 in evening and 1 in morning. Im planning around 100 tutorials so around 2 months we should complete the series. By dec end
@@ARCTutorials superb
hello sir
what is the difference between ng serve and ng build . ?
i have developed tokemanagement application der if give ng serve its it updates only UI page and if i give ng build whatever i do changes in database only if i gave ng build its working .! my question is why not ng serve ?because ng build takes some time to compile
Where to find your note and code sample ?
Hi Kebin, All the chapters till chapter 37 are now in GitHub link. Going forward all notes will also be in the same link github.com/arctutorials/angular-10-notes
@@ARCTutorials Than you, I found it
@@ARCTutorials Hi, maybe it's just my lack of experience with github, but i see only a few of the notes files here...e.g., the notes for this episode are missing.
Thank you sir
thank you very much for this valuable course
thank you from sri lanka
Thanks, Sridhar for your time. Loving your lectures
Thank you buddy for being supportive throughout
@@ARCTutorials My pleasure. It is joy knowing you my dear brother
Thanks, Sir.
Most welcome
Good Video but ads are nuisance too many ads
Your Awsome sir.
I am planning to complete all your angular tutorials.I liked all videos.
Thank you so much buddy for your kind words ✌️
thank u
Could you send me your notes
Hi Adarsh. Please send me email at soorya.aaradhya@gmail.com
can we have the source code please?
Sure Manoharan. I will upload it in github and share the link soon.
Liked the tutorial. Could you please tell me when is package-lock used? We already have package.json. But where do we use package-lock and in which case?
Hi Arjun. We don't really use package-lock.json. Its used for managing production env dependencies which are created based on package.json
Taking too much time for explaining simple things