adriancarriger / angularfire2-offline

🔌 A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.
https://angularfire2-offline.firebaseapp.com/
MIT License
207 stars 48 forks source link

how to implement ion-searchbar filter item with AfoListObservable ? #88

Closed m-saifuddin closed 6 years ago

m-saifuddin commented 6 years ago

I am trying to implement ion-searchbar with a filter over AfoListObservable which prompting below compile time error.

[ts] Type 'Observable<any[]>' is not assignable to type 'AfoListObservable<any[]>'. Property 'internalListObservable' is missing in type 'Observable<any[]>'.

appreciated for your input.

adriancarriger commented 6 years ago

Hi @m-saifuddin it doesn't sound like this is related to this repo. I would create a question at StackOverflow.