NativeScript/nativescript-sdk-examples-ng

error TS2304: Cannot find name 'ObservableArray'.

marklanhamhc opened this issue · 3 comments

Just been trying to setup the search functionality defined on this tutorial page however once I get the code in I keep getting the error message: error TS2304: Cannot find name 'ObservableArray'.
https://docs.nativescript.org/angular/ui/ng-ui-widgets/search-bar

Hi @marklanhamhc,
Make sure that you have import the ObservableArray module as it is shown here.

Ok great, thanks!

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.