Jorge Bañuls Ordóñez
Jorge Bañuls Ordóñez
I'm having exactly the same issue, has this been tackled in new versions of the plug-in? I'm using version 0.4.8
@miqh I define my components like this (sometimes without the direct injection, either way doesn't work for me): ``` var DummyComponent = { controller: DummyController, templateUrl: 'dummy.component.html' }; function DummyController($http)...
Actually, I've just noticed that the same problem occurs with the `di-order` rule (and maybe with others?), so I'll update the title of the issue.
@adrai sorry for the confusion, I'm using Typescript v5 in my codebase but I see now I had v4 in the codesandbox, I have corrected that.
> @jbanulso, are you still facing the reported issue? @pedrodurek unfortunately yes