Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsdaddy/ngx-library-with-lazy-routing

This example show workaround how to create angular library with lazy loaded modules(routing) inside angular library
https://github.com/jsdaddy/ngx-library-with-lazy-routing

angular angular-cli lazy-loading library ng-packagr package routing typescript

Last synced: 2 days ago
JSON representation

This example show workaround how to create angular library with lazy loaded modules(routing) inside angular library

Awesome Lists containing this project

README

        

# NgPackagr Lazy load modules (routing) example

This example show workaround how to create angular library with lazy loaded modules(routing) inside library

## Development server
Run `npm run start`. You could use one of the configuration in tsconfig.json

## Build package

Uncomment "Package build" section in tsconfig.json and comment "Develop build". Run `npm run build:package`;