ng-router-loader

v2.1.0
Webpack loader for `NgModule` lazy loading using the angular router
webpack loader angular aot router lazy-loading

clean:ngc

rm -rf __codegen__

clean:webpack

rm -rf __webpack_dist__

clean:docs

rm -rf docs/docs_dist

clean:dist

rm -rf dist

ci

npm run test

test

npm run compile_integration && npm run build && ./node_modules/.bin/mocha dist/test spec --recursive

build

npm run clean:dist && ./node_modules/.bin/tsc

watch

npm run build -- -w

compile_integration

npm run clean:ngc && ./node_modules/.bin/ngc -p tsconfig.integration.json

build:integration

npm run clean:ngc && npm run clean:webpack && ./node_modules/.bin/webpack --config webpack.integration.js --progress --profile

docs

npm run clean:docs && cd docs && ../node_modules/.bin/typedoc --options typedoc.json --excludePrivate
npm i ng-router-loader

Metadata

  • MIT
  • Whatever
  • Shlomi Assaf
  • released 1/21/2017

Downloads

Maintainers