Skip to content

Files

ng-sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 29, 2018
Mar 29, 2018
Jan 29, 2016
Nov 27, 2015
Jun 16, 2015
Mar 29, 2018
Oct 21, 2016
Feb 15, 2016
Mar 29, 2018
Mar 28, 2017

Getting the app to run:

  • npm install
  • tns platform add android | tns platform add ios
  • grunt prepare (run once to install tns-core-modules and angular2 packages)

Changing and testing the app:

  • tns run android | tns run ios