JsDaddy / ngx-library-with-lazy-routing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

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


Languages

Language:TypeScript 76.0%Language:JavaScript 18.1%Language:SCSS 2.9%Language:HTML 2.6%Language:CSS 0.5%