nativescript-angular icon indicating copy to clipboard operation
nativescript-angular copied to clipboard

Integrating NativeScript with Angular

Results 112 nativescript-angular issues
Sort by recently updated
recently updated
newest added

**Environment** New project nativescript 8/ angular 11 **Describe the bug** After updating the application code, the application is not updated. You have to run "ns run android" again

### Bug Short Version: When using a **custom NSRouteReuseStrategy** navigating with **clearHistory does not call ngOnDestroy.** Without custom NSRouteReuseStrategy ngOnDestroy is called as expected. ### Bug in more Detail: **Custom...

router
docs needed

**Environment** package.json ```{ "nativescript": { "id": "", "tns-ios": { "version": "6.5.4" }, "tns-android": { "version": "6.5.3" } }, "description": "NativeScript Application", "license": "SEE LICENSE IN ", "repository": "", "dependencies": {...

**Environment** package.json contents ``` "dependencies": { "@akylas/nativescript-sqlite": "^3.3.11", "@angular/animations": "~11.1.0", "@angular/common": "^11.1.0", "@angular/compiler": "^11.1.0", "@angular/core": "^11.1.0", "@angular/forms": "^11.1.0", "@angular/platform-browser": "~11.1.0", "@angular/platform-browser-dynamic": "~11.1.0", "@angular/router": "~11.1.0", "@mapo80/nativescript-ngx-shadow": "^7.0.1", "@mashdog/nativescript-accordion": "^7.0.6", "@nativescript-community/appurl": "^1.4.2",...

**Package.json** { "name": [App Name], "main": "./src/main.ts", "version": "1.0.0", "private": true, "dependencies": { "@angular/animations": "~13.1.1", "@angular/common": "~13.1.1", "@angular/compiler": "~13.1.1", "@angular/core": "~13.1.1", "@angular/forms": "~13.1.1", "@angular/platform-browser": "~13.1.1", "@angular/platform-browser-dynamic": "~13.1.1", "@angular/router": "~13.1.1", "@nativescript/angular":...

**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): There is...

The options for replaceUrl and skipLocationChange are available in the router's ExtendedNavigationExtras, but they are not being implemented in the PageRouterOutlet. When you try to use either of them ```...

feature
router

**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...

bug
backlog
os: ios

I have two routes which have child routes: - Route A - Nested Route A1 - Nested Route A2 - Route B - Nested Route B1 - Nested Route B2...

bug
backlog
help wanted
router

**Environment** - CLI: 8.1.2 - @nativescript/core: 8.1.2 - @nativescript/android: 8.1.1 - @nativescript/angular: 12.2.0 - @angular/*: 12.2.5 **Describe the bug** Using `ns run android` when the device is locked causes navigations...