Tuesday, November 20, 2018

Getting Started With Angular 7.0 - Part One

Angular is a javascript library or a framework used for building client side web application. Angular/Cli is a Command Line Interface (CLI) tool which is used for creating the Project, adding dependency files or Npm packages or it can be called as references to the project's solution folder for easy development. It also helps in end to end testing with the help of Protractor, unit testing with the help of Karma, bundling the files, deployment, building the solution, executing or running the solution, updating and adding the npm packages etc with just the execution of few commands.

source https://www.c-sharpcorner.com/article/getting-started-with-angular-6-1/

No comments:

Post a Comment