This is my Angular 8 sandbox
example from 2018-11-27 (Angular7) on github.io Site
To check this repository on your computer please:
$:
git clone https://github.com/LukaszSarzynski/Angular-ToDoList
(to get this repo to your computer)$:
cd Angular-ToDoList
(to go inside)$:
npm install
(to get dependencies of this repo {file: package.json} )$:
npm install --only=dev
(to get devDependencies of this repo {file: package.json} )$:
npm install -g @angular/cli
(to global install Angular CLI )$:
ng serve -o
(to see result of this repo on your browser)
if something not works, you can also: