felix-reichel / nativescript-ui-samples-angular

This repository contains the source code of the Progress NativeScript UI samples application demonstrating the Angular directives.

Home Page:http://docs.telerik.com/devtools/nativescript-ui/Controls/Angular/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome

This repository contains the source code of the Progress NativeScript UI samples application demonstrating the Angular directives. The repository does not contain the source code of Progress NativeScript UI itself but rather uses the npm package:

  • nativescript-ui-chart npm
  • nativescript-ui-listview npm
  • nativescript-ui-sidedrawer npm
  • nativescript-ui-calendar npm
  • nativescript-ui-autocomplete npm
  • nativescript-ui-dataform npm
  • nativescript-ui-gauge npm

The master branch contains code currently under development and is not meant to be used with the officially released versions of the plugins.

The release branch is the default one and is tested with the latest NativeScript UI plugins available.

Issues

Issues related to Progress NativeScript UI are logged in the https://github.com/telerik/nativescript-ui-feedback repository. Please do not use this repository to log issues.

Overview

The Progress NativeScript UI samples app resides in the sdkAngular folder at root repository level. The folder has a standard NativeScript application structure as described in this article. The source code of the samples resides in the folders named after each component available as independent plugin. The currently available components are:

  • Calendar
  • Chart
  • DataForm
  • ListView
  • SideDrawer
  • Gauges
  • AutoCompleteTextView

Running Progress NativeScript UI sample app

Make sure you are using NativeScript 3.0+. To see which version of NativeScript you are currently using, type tns --version in the console.

Steps to run the sample:

  1. cd sdkAngular
  2. tns run android or tns run ios

Release notes

For more information about releases, features and breaking changes you can check out the release notes section in the online documentation: Progress NativeScript UI release notes

Enable codelyzer

The project takes advantage of the codelyzer library and its set of tslint rules for static code analysis of the Angular TypeScript projects. In order to enable the codelyzer in Visual Studio Code you need to:

  • Install tslint extension in VS code IDE by running the ext install tslint

About

This repository contains the source code of the Progress NativeScript UI samples application demonstrating the Angular directives.

http://docs.telerik.com/devtools/nativescript-ui/Controls/Angular/overview

License:Other


Languages

Language:TypeScript 71.9%Language:HTML 24.7%Language:CSS 2.2%Language:JavaScript 1.1%