Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 535 Bytes

File metadata and controls

21 lines (14 loc) · 535 Bytes

Net2angular

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.

Setup

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