I have created an Angular Library. In my Library I would it like it to be clean by having feature modules inside them:
Example:
Libr
You have to export NavigationModule in the LibraryModule, not NavigationSidebarComponent
NavigationModule
LibraryModule
NavigationSidebarComponent