| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Shipping features or bug fixes for the nativescript-angular plugin sometimes requires changes to the core NativeScript framework. This document outlines a strategy for upgrading dependencies and configuring client apps.
NativeScript modules are configured and built in the deps/NativeScript git submodule. This lets us work with changed versions locally (ng-sample, etc), but doesn't allow customers to test the new builds. To be able to distribute unofficial builds, we introduced the angular NPM tag for the tns-core-modules project.
Switching to an unofficial tns-core-modules build:
Apps need to have their package.json files set up so that they depend on the nativescript-angular package. It should pull the correct x.y.z-angular-w build from NPM.
So, you forgot the --tag angular part, and now everyone will get the unofficial build when s/he creates a new app now, eh? Here's how to fix it:
| Back | FazBrowse Home | New Git URL |