angularjs - ReSharper TypeScript not recognizing implementation -


i've declared interface , implemented resharper keeps saying not implemented. doing wrong can't see or resharper bug?

see image warning:

enter image description here

it's known issue dnx projects , resharper. please declare empty module named 'ng' in 1 of files, , should work fine afterwards. fixed in next version of resharper.

https://youtrack.jetbrains.com/issue/rsrp-451565


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -