- Part 1: A simple crud
- Part 2: A node.js express-based API
- Part 3: Advanced material
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!
- Routing: The client routing for angular
- Less: A system to write css following an "Object oriented" approach