-
Hello, I’m trying to implement the following behavior: ` openDialog(): void {
}` The dialog component is configured like this: However, I always get the following error: As far as I understand, this error occurs because the dialog component uses DialogStore, but the dialog’s injector doesn’t have access to the required SignalStore providers. Unfortunately, I can’t figure out how to resolve this issue. Any help would be greatly appreciated! Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
injector = inject(Injector) Then .open(..., |
Beta Was this translation helpful? Give feedback.
injector = inject(Injector)
Then .open(...,
{ injector : this.injecror})