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 |
What is the difference between ng model and ng bind?
What is singleton pattern? How does angular use it?
What is angularjs expression?
What is View in AngularJS?
What are the web application security risks that a web developer should avoid while doing development using angularjs?
What is patchvalue used for?
Explain ng-include directive.
What do you understand by $watch?
What is $injector and $inject?
What is canactivate in angular?
Explain api and how do we exchange the data from client side to server?
What is a directive order?