Closed housseindjirdeh closed 7 years ago
In the Modules section: Sharing the Same Dependency Injection Tree, we reimport SharedModule into our lazily loaded module which isn't needed if we define it as a core module in our application root with forRoot. This can apparently cause issues as well.
SharedModule
forRoot
Will put up a PR to update this page and the plunker as well.
In the Modules section: Sharing the Same Dependency Injection Tree, we reimport
SharedModule
into our lazily loaded module which isn't needed if we define it as a core module in our application root withforRoot
. This can apparently cause issues as well.Will put up a PR to update this page and the plunker as well.