nativescript-community / nativescript-community/ble
demo-ng - update to latest nativescript and angular
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 202
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
Hi team,
I noticed that the demo-ng needs updating (package.json is showing old versions)
nativescript-core is v5 (v8.x is the latest)
https://github.com/nativescript-community/ble/blob/master/demo-ng/package.json#L33
angular v7 (should be v14 or v15 is the latest)
https://github.com/nativescript-community/ble/blob/master/demo-ng/package.json#L22
{
"dependencies": {
"@angular/core": "~7.2.1",
"@nativescript/core": "~5.1.2",
}
}
I can submit an updated demo-ng to this repository
I have updated demo-ng on my local machine. Just wondering if I can get permissions to create a PR in this repo? Or should I just fork the repo and then provide a link to upgraded code that way?
Cheers
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with demo-ng/package.json and review the existing Angular and NativeScript dependency versions against the requested newer releases. Check whether the demo-ng application still builds after the upgrade; done means the demo is updated to compatible current versions and remains usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100