Explain package.json file in angular?



Explain package.json file in angular?..

Answer / Shivshankar Raghuwanshi

The package.json file is the manifest file for a Node.js project, and it's also used by Angular CLI to manage dependencies, scripts, and other metadata about the Angular application. It includes information such as the name of the project, its version number, a list of dependencies, and commands that can be run using npm.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is the difference between ng model and ng bind?

1 Answers  


What is singleton pattern? How does angular use it?

1 Answers  


What is angularjs expression?

1 Answers  


What is View in AngularJS?

1 Answers  


What are the web application security risks that a web developer should avoid while doing development using angularjs?

1 Answers  


What is patchvalue used for?

1 Answers  


Explain ng-include directive.

1 Answers  


What do you understand by $watch?

1 Answers  


What is $injector and $inject?

1 Answers  


What is canactivate in angular?

1 Answers  


Explain api and how do we exchange the data from client side to server?

1 Answers  


What is a directive order?

1 Answers  


Categories