Skip to content

Files

This branch is 57 commits behind NativeScript/nativescript-angular:master.

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 21, 2019
Jun 25, 2019
Feb 3, 2016
Sep 27, 2017
Jun 8, 2016
Feb 3, 2016
Jun 27, 2019
Jul 15, 2019
Oct 17, 2019
Jun 25, 2019
Oct 17, 2019
Mar 28, 2017
Jul 15, 2019

NativeScript + AngularJS

This is a template project using NativeScript and AngularJS 2

Prerequisites

Install your native toolchain and NativeScript as described in the docs:

https://docs.nativescript.org/setup/quick-setup

Prepare project

$ npm install

Add platforms(s)

  1. tns platform add android
  2. tns platform add ios

Run

Android devices or emulators:

tns run android

or iOS...

tns run ios