feathersjs-ecosystem / feathers-reactive

Reactive API extensions for Feathers services
MIT License
216 stars 37 forks source link

Typings support for feathers-reactive #164

Closed ismail-codinglab closed 5 years ago

ismail-codinglab commented 5 years ago

I would love to have feathers-reactive typings to be supported, so i can use it in my angular project with typings.

right now it tells me watch is not a method of service

daffl commented 5 years ago

The typings are in in feathers-reactive at https://github.com/feathersjs-ecosystem/feathers-reactive/blob/master/index.d.ts. Make sure you import 'feathers-reactive' somewhere.

ismail-codinglab commented 5 years ago

I did not got it working image image

ismail-codinglab commented 5 years ago

I guess a version mismatch because @types/feathersjs__feathers@3.1.4 won't work with feathers-reactive@0.8.1 but 3.1.5 will