You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this version an issue has been fixed to open components as content for modals in lazy loaded modules. Unfortunately I have just encountered an issue related to using lazy loaded services within such modal component. Luckily there is no issue with services provided by the main module.
The plunker below throws the error: No provider for LazyService!
Link to minimally-working plunker that reproduces the issue:
@TVrijdag I'm sorry for missing this one, should have thought that we need pass down the Injector as well :-/. This is a very easy fix, will send a patch & cut a new release over the weekend.
Bug description:
In this version an issue has been fixed to open components as content for modals in lazy loaded modules. Unfortunately I have just encountered an issue related to using lazy loaded services within such modal component. Luckily there is no issue with services provided by the main module.
The plunker below throws the error: No provider for LazyService!
Link to minimally-working plunker that reproduces the issue:
http://plnkr.co/edit/G0PBVwHAN7zgOHscCAax?p=preview
Version of Angular, ng-bootstrap, and Bootstrap:
Angular: 2.1.0
ng-bootstrap: 1.0.0-alpha.10
Bootstrap: 4.0.0-alpha.5
The text was updated successfully, but these errors were encountered: