Skip to content

Files

ng-sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 3, 2016
Mar 8, 2017
Nov 25, 2016
Jan 29, 2016
Nov 27, 2015
Jun 16, 2015
Mar 8, 2017
Oct 21, 2016
Feb 15, 2016
Mar 8, 2017
Apr 6, 2016

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