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

### Which platform(s) does your issue occur on? - iOS - iOS 11.3 + 11.4 - emulator and device (iPhone 6) ### Please, provide the following version numbers that your...

os: ios
tab-view
action-bar

_From @prolink007 on June 15, 2017 15:44_ The native element is not available inside AfterViewInit on Android but is available on ios. For example: ``` import {AfterViewInit, Component} from "@angular/core";...

bug
backlog
os: android

Hello I'm trying to use new fontawesome version 6 icons. (Pro version) I copied the .ttf files to my fonts folder, but in the app it only shows unicode fonts...

[https://play.nativescript.org/?template=play-ng&id=FpaWzb&v=22](https://play.nativescript.org/?template=play-ng&id=FpaWzb&v=22) in above playground we can see that margin applied to ".allContacts .contact", ".contact .mobile" and ".contact .name" not working, all this classes is used inside ng-template. other than that...

bug
backlog
os: android
severity: low

**Environment** - CLI: 6.5.0 - Cross-platform modules: - Android Runtime: 8.1.0 - Plugin(s): nativescript-camera, nativescript-image, nativescript-sentry - NativeScript-Angular: 8.0.2 - Angular: 8.0.0 **Describe the bug** Application crashing in unexpected way...

### If there is no issue for your problem, tell us about it When you open a modal view from app.component and then close it, the default router navigation seems...

bug
backlog
router

https://blog.nativescript.org/angular-12-unit-testing/ https://github.com/jcassidyav/nativescript-testing-demo results in: Error: Need to call TestBed.initTestEnvironment() first ANy help´?

**Is your feature request related to a problem? Please describe.** Not yet but may create a problem for it (likely related to several other reported issues in all sorts of...

feature
♥ community PR

Research if the new i18n tooling can replace the nativescript-intl package.

feature
help wanted

### Make sure to check the existing issues in this repository Checked. ### If there is no issue for your problem, tell us about it I'm trying Angular's APP_INITIALIZER to...