brianrclow / ns-angular-samples

A learning resource for NativeScript Angular concepts and ideas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ns-angular-samples

This monorepo serves as a learning resource for NativeScript Angular concepts and ideas. The sample apps are listed below for reference. The goal would be to have a repo that demonstrates various features of NativeScript using the Angular flavor.

Apps

  • screenshot-share - convert a view to an image and share it
  • image-cache - cache images downloaded to device
  • labels - demonstrates various features of labels
  • dialogs - demonstrates the different dialog options that come out of the box with NativeScript

Usage

This mono repo can run all apps from root: nx run <application-name>:<platform>

See app specific README files for exact commands.

Resources

Project Info/Maintenance:

Generate a new app in monorepo: nx generate app

Update the dependencies: nx migrate latest then nx migrate --run-migrations

This project was generated using Nx and also uses xplat.

About

A learning resource for NativeScript Angular concepts and ideas


Languages

Language:TypeScript 82.9%Language:JavaScript 7.7%Language:HTML 4.6%Language:SCSS 4.1%Language:Ruby 0.7%