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.
- 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
This mono repo can run all apps from root: nx run <application-name>:<platform>
See app specific README files for exact commands.
- Official Plugins Docs
- Official Plugins Github
- Community Plugins Docs
- Community Plugins Github
- nStudio Plugins Github
- Triniwiz Plugins Docs
- Triniwiz Plugins Github
- Youtube Videos using #iscriptnative
Generate a new app in monorepo: nx generate app
Update the dependencies: nx migrate latest
then nx migrate --run-migrations