Skip to content

Flavio-Santos/angular-example-lazy-loading

 
 

Repository files navigation

Angular 8 Example Lazy loading

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

PWA Live Demo

https://angular.ganatan.com

Quick start

# 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

Prerequisites

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

Getting Started

Installation

  • npm install (installing dependencies)
  • npm outdated (verifying dependencies)

Developpement

Production

  • npm run build

Tests

  • npm run lint
  • npm run test
  • npm run e2e

Author

  • Updated : 15/11/2019
  • Author : danny ganatan

Documentation

English Tutorials

Tutoriels en français

About

angular 8 lazy loading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.5%
  • JavaScript 11.6%
  • HTML 4.5%
  • CSS 0.4%