Skip to content

sumansaurabh001/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.22

it's part of a repo series designed to create a Progressive Web App with Angular

Web Application Live Demo

https://angular.ganatan.com

Quick start

# clone the repo
git clone https://github.com/ganatan/angular-example-lazy-loading.git

# change directory
cd angular-example-lazy-loading

# 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.21
  • Typescript version 3.5.3
  • Node.js version 12.14.0 LTS (Long Term Support)
  • npm (node package manager) version 6.13.4

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 : 11/01/2020
  • Author : danny

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.7%
  • JavaScript 10.2%
  • HTML 5.2%
  • CSS 0.9%