Yavor,
I don’t use github, so not exactly sure how to edit your example. But using your created example, if you add another module to AppModule (ie: SharedModule), and within SharedModule you are wanting to add components which use jqxGridComponent (ie: ClientTableComponent, and InventoryListComponent), how is it that you can make it accessible within SharedModule? I can’t add the jqxGridModule because it is already added to AppModule, but it cannot be seen from SharedModule.
Thank-you!