Skip to content

sss-software/angular-example-lazy-loading

 
 

Repository files navigation

Angular Example Lazy loading

Example with Angular 11.0.7 & Angular CLI 11.0.6

Quick start

# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-example-lazy-loading.git

# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-example-lazy-loading.git

# download the example or clone the repo from bitbucket
git clone https://bitbucket.org/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

Tutorial

Angular 11 Example Lazy loading Tutorial

Step-by-step Tutorials

Demo example

Getting Started

Installation

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

Development

Production

  • npm run build

Tests

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

Author

  • Author : danny

Documentation

English Tutorials

Tutoriels en français

About

Angular 11 Example Lazy Loading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.6%
  • JavaScript 8.5%
  • HTML 7.2%
  • CSS 0.7%