Google News
logo
Angular - Interview Questions
What is the purpose of using package.json in the angular project ?
With the existence of package.json, it will be easy to manage the dependencies of the project. If we are using typescript in the angular project then we can mention the typescript package and version of typescript in package.json.
Advertisement