Angular Library Route Module does not work when imported in application
问题 I need a help about an issue that I cannot solve. I'm studying angular 7 library in order to add modularization to my application but module routes defined in library seems not work when install it in a application. I have created project to github to reproduce problem: Library test foo-lib External Applicationfoo-tester In each ReadMe file I have described how to reproduce this issue. I have created an example library (foo-lib) with its routing module with child route defined, then I had