Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsdaddy/ngx-library-with-lazy-routing
- Owner: JsDaddy
- Created: 2020-11-25T10:27:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T10:29:42.000Z (almost 4 years ago)
- Last Synced: 2024-03-25T21:28:16.362Z (8 months ago)
- Topics: angular, angular-cli, lazy-loading, library, ng-packagr, package, routing, typescript
- Language: TypeScript
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`;