Last Updated:
18 Sep 2025 15:47
by Plamen Ratchev
Created by:
Plamen Ratchev
Comments:
Category:
Kendo UI for Angular
Type:
Feature Request
We are using the dialog service by dynamically importing and providing standalone components. The problem that we are experiencing is that seems those components aren't created in any injection context. So there is really no way if we want to reuse some shared service that is provided in the component that opens the dialog. Would be great if in the options that are passed to the open method of the dialog service we could also specify an injector, which will then be used when creating the instance of the dynamic component. This way we can pass the injector of the calling page which should provide any shared service that are provided in the calling page.