rx-angular: Broken template typings
Description
I think this commit broke our template type support. Before, the types were properly inferred by whatever observable I’ve provided. I think it has something todo with the way how the TemplateRef is injected into the component. From what I know it has to be part of the constructor.
About this issue
- Original URL
- State: closed
- Created 9 months ago
- Reactions: 1
- Comments: 15 (9 by maintainers)
Commits related to this issue
- fix(template): use constructor injection for templateRef. fixes #1616 Multiple users reported the issue that their IDE cannot infer the typings from our structural directives due to the `inject` meth... — committed to rx-angular/rx-angular by hoebbelsB 4 months ago
- Merge pull request #1694 from rx-angular/fix-template-typings fix(template): use constructor injection for templateRef. fixes #1616 — committed to rx-angular/rx-angular by hoebbelsB 4 months ago
2023.3 EAP from Webstorm got pushed out with some type inferring fixes in their changelog maybe this could fix it, i dont have any problems in webstorm though and im using
*rxForall the way