Very useful madam, actually i hate angular configuration files due to list of many dependancies. But after this explanation i got clarity on how to use and how to read
@CodeDecode3 жыл бұрын
M glad it helps Balu 👍👍
@gandharva1000 Жыл бұрын
Very well explained.. thank you
@CodeDecode Жыл бұрын
You are welcome
@naturewithme...46924 жыл бұрын
Thanks for this video it very clear now.
@CodeDecode4 жыл бұрын
Thanks for the nice words. Please let me know in case you need any of such topics to be covered in angular.
@naturewithme...46924 жыл бұрын
@@CodeDecode yeah sure...Subscribed :) please can you make same kind of videos for REACT ???
@gowthamraj36525 жыл бұрын
Your Explanation is very good really useful for me... thanks
@CodeDecode5 жыл бұрын
Pleasure is all mine. I will keep posting such videos. Let me know in comments section if you need any other topic to be covered.
@ChrisTarasovs4 жыл бұрын
True, good explanation.
@CodeDecode4 жыл бұрын
Thanks :)
@jamuna51813 жыл бұрын
@@CodeDecode can you please make a video of node_modules and what the important libraries in it.
@anjaneyuluaavula74223 жыл бұрын
Hi. Great video and thank you. Is it possible to update packages not in package.json and that are only in package-lock.json.Im having a situation where in i have to update packages in packaga-lock.json. Thank you
@shubhangi78682 жыл бұрын
so awesome
@CodeDecode2 жыл бұрын
thanks
@jayakumar29275 жыл бұрын
What is use of package.json
@CodeDecode5 жыл бұрын
In simple words, package. Json file contains all the packages required for building your application. For example if your project needs bootstrap module then just specify bootstrap with version in this file and run npm install or update, you will get all the modules of that package to use in your project. At the same time if you want to upgrade the version of bootstrap, just change the version in this file and run npm update or install and you will get the updated modules of bootstrap, (If you are from Java side,) it's a bit similar to pom.xml file. If you are still in doubt, please comment below I will make separate video on this.
@erandaweerasingha4043 жыл бұрын
very helpful . thank you
@CodeDecode3 жыл бұрын
👍👍
@salarkazazi75843 жыл бұрын
Thank you so much
@CodeDecode3 жыл бұрын
👍🙂
@ubaidshowkat914 жыл бұрын
Liked the part that explains package.json but the explanation of package-lock.json is very confusing.
@CodeDecode4 жыл бұрын
No worries. Please let me know what's confusing. I will try to clear your doubts. You can ask me what confuses you in package lock file.
@santhiyam94954 жыл бұрын
@@CodeDecode hi In my application(using nodejs) I have flaws in some modules so I have to upgrade it.these modules were in package-lock.json. I have tried to upgrade using the cmnd,npm update lodash(module name) but it didn't get updated.pls help how to upgrade those modules.
@AbhinayKumarBAK2 жыл бұрын
that's right on point and very understandable way .. thanks for the video ..! Can you please make more ... ..✨❣