An Angular starter kit featuring Angular 8.2.14, Angular CLI 8.3.19
it's part of a repo series designed to create a Progressive Web App with Angular
# clone the repo
git clone https://github.com/ganatan/angular-example-lazy.git
# change directory
cd angular-example-lazy
# install the repo with npm
npm install
# start the server
npm start
in your browser go to http://localhost:4200
What you need to run this app:
- Angular version 8.2.14
- Angular CLI version 8.3.19
- Typescript version 3.5.3
- Node.js version 12.13.0 LTS (Long Term Support)
- npm (node package manager) version 6.12.0
npm install
(installing dependencies)npm outdated
(verifying dependencies)
npm run start
- in your browser http://localhost:4200
npm run build
npm run lint
npm run test
npm run e2e
- Updated : 15/11/2019
- Author : danny ganatan
English Tutorials
- Installation - https://www.ganatan.com/tutorials/lazy-loading-with-angular
- Tutorials Step by Step - https://www.ganatan.com/tutorials/en
Tutoriels en français
- Installation - https://www.ganatan.com/tutorials/lazy-loading-avec-angular
- Tutoriels Etape par étape - https://www.ganatan.com/tutorials