Skip to content

Modularized Angular example project, featuring lazy loading on route change

Notifications You must be signed in to change notification settings

timthesinner/angular-modular-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-modular-example

Modularized Angular example project, featuring lazy loading on route change.

All examples below assume that you have already installed nodejs.

Build Minified Modules

The following example works on Winblows, it assumes that npm has requirejs installed globally

  • npm -g install require
  • r.js.cmd -o build.js

Web Server Scripts

Run with non-minified source:

  • node scripts\web-server.js

Running with minified source requires a build:

  • node scripts\web-server-minified.js

About

Modularized Angular example project, featuring lazy loading on route change

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published