http://youtube.com/watch?v=Fdf5aTYRW0E
title = 'angular-crash-todolist';
name:string = 'Yoyos';
constructor() {
this.name = 'Ted';
console.log(123)
Summary:
CLI commands:
ng new myapp
ng new blockchain-poll --directory ./ // creating the files in the same directory
ng serve
ng build
ng generate component todis
ng generate service todo
ng generate module app-routing
— Install