This repository contains nativeScript-angular2 tabview seed app with 2 page views and basic routing. Given the limited resources about creating tabview apps in nativescript-angular2, this should get you started.
##Installation
- Install all NPM Packages using
npm install - Add iOS/Andorid Platform using
tns platform add <PLATFROM>ortns install - Run the app using
tns run <PLATFORM>or using other options.