tutorials
tutorials copied to clipboard
Project source to tutorials presented here: https://docs.nativescript.org/tutorial/
I had to open an issue since I can't push directoy to the repo. Trying to run "ns run android" get this error:  The issue can be fixed quite...
In the definition of `app/home/home-view-model.ts` in the [Home UI](https://docs.nativescript.org/tutorial/plain.html#create-the-home-page) section there is an error in the `populateFlicks` function. It is defined as ``` populateFlicks(): void { this._flicks = FlickService().getInstance().getFlicks(); }...
In the [Plain tutorial](https://docs.nativescript.org/tutorial/plain.html#folder-structure) the folder structure is defined as: ``` app |- assets |- anastasia.png |- beetlejuicemusical.png |- bookofmormon.png |- home |- home-page.ts |- home-page.xml |- home-view-model.ts |- details...