This project was created during the Angular Camp using NativeScript and Angular2. It was created by some GFT employees attending to the event and the support of NativeScript team.
It does not pretend to be a state of the art or a reference applciation but a simple scenario to play with and learn.
Our main focus was to experiment a bit with the base components, basic styling and simple (really simple) Angular2 concepts.
Keep in mind that at this time NativeScript support for Angular2 is still not final. Should not be a susprise given Angular2 is in beta.
It is still a live project and some more experiments will happen on it.
This demo is powered by NativeScript, supported by GFT and inspired by AngularCamp
Install your native toolchain and NativeScript as described in the docs:
https://docs.nativescript.org/setup/quick-setup
$ npm install
tns platform add android
tns platform add ios
Android devices or emulators:
tns run android
or iOS...
tns run ios
#License Just in case you build the next Angry Birds on top of this software you would know that we would be more than happy.
As we need to pick one... we go with MIT
The MIT License (MIT) Copyright (c) 2016
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.