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
{{ message }}
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
Hey, this feature would be really helpful on my current project, as I need to make a whole class observable, but since it its in Typescript I cannot use that option.
Thanks in advance =)
Adding TS def is not the problem. But the last time I tried to use @allObservable in TS something was wrong and did not work as expected. Will try to find some time to check it again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
the @allObservable export is missing in the Typescript definition file index.d.ts
Something like:
export function allObservable(options?: ({only?: Array<string>, except?: Array<string>})): any;
The text was updated successfully, but these errors were encountered: