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** √ Component nativescript has 6.2.0 version and is up to date. √ Component tns-core-modules has 6.2.1 version and is up to date. √ Component tns-android has 6.2.0 version and...

bug
os: android
tab-view

https://github.com/darkbasic/nativescript-repro2/blob/master/app/app.module.ts ```ts const subscriptionLink = new WebSocketLink({ uri: 'ws://localhost:3000/subscriptions', options: { reconnect: true, }, webSocketImpl: SocketIO, }); ``` ![3](https://user-images.githubusercontent.com/1047358/38826571-80ed6532-41b0-11e8-8369-153f703d40fb.png) Full Error: https://paste.ubuntu.com/p/NrffmYWRDJ/ Removing the previous snippet of code fixes the...

**Environment** - CLI: 8.0.1 - Cross-platform modules: nativescript-ui-chart - Android Runtime: Android 10, API 29 - iOS Runtime: 12.4.0 - NativeScript-Angular: 11.0.1 - Angular: 11.1.2 **Describe the bug** When trying...

**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:...

**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): "dependencies": {...

**Environment** - CLI: 6.2.2 - Cross-platform modules: - Android Runtime: - iOS Runtime: - Plugin(s): - NativeScript-Angular: 8.20.4 - Angular: 8.2.14 **Describe the bug** Using `whenStable()` to test asynchronous functionality...

bug

I have BottomnNavigation and if i add [selectedIndex]="0" first tabs content is frozen. This does not apply if i add any other value then 0 - 1, 2 etc. This...

I'm using a ListView inside a ScrollView for a dropdown menu to select a value. As I understand it, when I scroll through the inner ListView the outer ScrollView shouldn't...

Only on Ios when I use "@nativescript/firebase": "^11.0.0" I get an error when try to var batch = firestore.batch(); Uncaught (in promise): TypeError: _firebase_common__WEBPACK_IMPORTED_MODULE_1__.firebase.firestore.WriteBatch is not a constructor TypeError: _firebase_common__WEBPACK_IMPORTED_MODULE_1__.firebase.firestore.WriteBatch...

**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