This project is integrated in the MAXIMAGO .NET to Angular Workshop as a hands on demo. The readme describes a task on the way of creating your first angular application while acompanying the Structure of the Presentation.
Install nodejs
Install angular-cli
npm install -g @angular/cli
Create a new project (this will create a sub folder in your current working directory with the projetcs name)
ng new net2angular
proceed to branch task1_first_component