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
Thanks for this library I use it together with meteor-client-bundler and Angular and it works very well.
Method MeteorObservable.call only supports calling methods by passing a string. But when ValidatedMethods are used, methods are imported as objects with a call() method. I wrote my own implementation for this, maybe you could integrate something like that in your library:
Thanks for this library I use it together with meteor-client-bundler and Angular and it works very well.
Method MeteorObservable.call only supports calling methods by passing a string. But when ValidatedMethods are used, methods are imported as objects with a call() method. I wrote my own implementation for this, maybe you could integrate something like that in your library:
The text was updated successfully, but these errors were encountered: