Skip to content

Amaster-eu/ns-ng-GridView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativeScript for Angular: GridView

A simple example of using a NativeScript + Angular. The GridView displays data in separate cells, each cell representing one data item.

img

Screenshots of demo apps

Resources used plugins: NativeScript GridView and NativeScript Gradient

Update: With NativeScript 4.1 plugin NativeScript Gradient is no longer needed, because linear gradient support is now built-in. For example:

GridLayout {
     	background: linear-gradient(to bottom, red, blue, purple);
     	background: linear-gradient(45deg, yellow, orange);
     	background: linear-gradient(to right, blue, green);
}

Installation

Make sure that you have NativeScript version ≥2.5 and Xcode. Please see instructions for installing the NativeScript.

This repository includes NativeScript app only for iOS platform. In order to run those execute the following in your shell:

$ git clone https://github.com/Amaster-eu/ns-ng-GridView
$ cd ns-ng-GridView
$ npm install
$ tns run ios

About

NativeScript for Angular6: GridView

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published