This example show workaround how to create angular library with lazy loaded modules(routing) inside library
Run npm run start
. You could use one of the configuration in tsconfig.json
Uncomment "Package build" section in tsconfig.json and comment "Develop build". Run npm run build:package
;