Workshop that includes an angular project set up for the "Tour of Heroes" tutorial.
Download Node from: https://nodejs.org/en/
Install the angular CLI
npm install -g @angular/cli
To build and start application run:
ng serve
Workshop that includes an angular project set up for the "Tour of Heroes" tutorial.
Download Node from: https://nodejs.org/en/
Install the angular CLI
npm install -g @angular/cli
To build and start application run:
ng serve