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
@kurkle sorry for the late reply, I didn't expect such a quick reaction. Also I wasn't quite sure if void is the correct type for these methods so that's why I hesitated to make a PR. Thanks for fixing it! Also keep in mind that probably not everyone would have seen these errors because I have very strict typescript lint configuration which doesn't allow declaring properties and methods without explicit type but I think that most of the Angular devs who use strict mode would face this issue.
I tried importing the plugin into a typescript project but I get these errors during compilation:
I tried editting the
index.d.ts
file eand added void return types to these methods and the errors were gone.The text was updated successfully, but these errors were encountered: