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
When I have a service: this.myService and I try to call a method, which is not yet created like this.myService.methodToCall(), NBTS shows me a hint, that I can declare this method. When I try to do this. I got the following error:
Unimplemented: code fix involves changes to a different file C:/Projekte/my-project/src/app/smth-type-config/services/smth-type-config.service.ts
Would be great if we can have this feature.
Cheers
Chris
The text was updated successfully, but these errors were encountered:
Chris2011
changed the title
Missing method shows error, when trying to create it while using
Hint for declaring missing method shows error while execution.
Apr 12, 2018
When I have a service:
this.myService
and I try to call a method, which is not yet created likethis.myService.methodToCall()
, NBTS shows me a hint, that I can declare this method. When I try to do this. I got the following error:Unimplemented: code fix involves changes to a different file C:/Projekte/my-project/src/app/smth-type-config/services/smth-type-config.service.ts
Would be great if we can have this feature.
Cheers
Chris
The text was updated successfully, but these errors were encountered: