Code on github https://github.com/kendarorg/Angular101

Aim of this tutorial is building a small app for an address book demonstrating a basic CRUD (Create Read Update Delete) application

This example is based on Material Library.

Installation

Then you can install the angular cli

npm install -g @angular/cli

Now go into the dir and run

ng new demo001

Choosing to add Routing and Less. This will create an application stub... and happily go to take a coffee break!


Last modified on: February 17, 2020