error TS2304: Cannot find name 'ObservableArray'.
marklanhamhc opened this issue · 3 comments
marklanhamhc commented
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
tsonevn commented
Hi @marklanhamhc,
Make sure that you have import the ObservableArray
module as it is shown here.
marklanhamhc commented
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.