I wonder if it possible to centralize the import of Angular modules?
For instance, I'm using the NgbModule
from @ng-bootstrap/ng-bootstrap
. Do I have to import the module into each module that will use the @ng-bootstrap/ng-bootstrap
features?
I thought that I can centralize those kind of import in the SharedModule and then after importing the SharedModule all dependencies will available.
I think that I have overestimated the role of the ShareModule.
Many thanks for your help