User Tools

Site Tools


angular

This is an old revision of the document!


Angular is a javascript framework used in frontend websites

Angular CLI

This is an angular component used to manage the angular application from the command line

You can install it from

npm install -g @angular/cli

From this point on, you can use the command “ng” followed by some arguments to achieve some angular management tasks

ng new myfeed

Will create an angular application called myfeed with the right folder structure

angular.1590991620.txt.gz · Last modified: 2020/06/01 08:07 by admin