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

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -