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

In the bottom navigation bar I want to change the button ActiveColor when I get true from service but the problem is I can't override button color with CSS it...

**Environment** - CLI: 8.0.1 - Cross-platform modules: 8.0.5 - Android Runtime: 8.0.0 - iOS Runtime: 8.0.0 - Plugin(s): - NativeScript-Angular: 11.2.0 - Angular: 11.2.13 **Describe the bug** After upgrading working...

**Environment** ``` { "name": "TinaAppV2", "main": "./src/main.ts", "version": "1.0.0", "private": true, "dependencies": { "@angular/animations": "~13.2.0", "@angular/common": "~13.2.0", "@angular/compiler": "~13.2.0", "@angular/core": "~13.2.0", "@angular/forms": "~13.2.0", "@angular/platform-browser": "~13.2.0", "@angular/platform-browser-dynamic": "~13.2.0", "@angular/router": "~13.2.0", "@nativescript/angular":...

I recently converted an old NS6 app to NS8, all the latest libraries. Noticed in some areas the UI is really slow but even worse, now the UI is freezing...

I have NativeScript Angular application And have Animation Endless rotation of points in a circle ``` import { AfterViewInit, Component, ElementRef, Input, OnDestroy, OnInit, ViewChild } from '@angular/core'; import {...

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

I have the following animation defined ```typescript trigger('ngIfAnimation', [ transition('* *', [ query(':enter', style({opacity: 0, transform: 'translateY(-200px)'}), {optional: true}), query(':leave', style({opacity: 1, transform: 'none'}), {optional: true}), group([ query(':leave', animate(1000, style({opacity:...

renderer
animations

**Environment** ![image](https://user-images.githubusercontent.com/46031261/87824509-c9163680-c84b-11ea-9295-ed4413d5b814.png) **Describe the bug** When use a RadPieChart with DonutSeries and the data of chart is just one value this not show colors. ![image](https://user-images.githubusercontent.com/46031261/87824574-e5b26e80-c84b-11ea-8a00-1d9bd0f96cb0.png) Whith more data working correctly:...

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

these are packages "dependencies": { "@angular/animations": "~11.2.7", "@angular/common": "~11.2.7", "@angular/compiler": "~11.2.7", "@angular/core": "~11.2.7", "@angular/forms": "~11.2.7", "@angular/platform-browser": "~11.2.7", "@angular/platform-browser-dynamic": "~11.2.7", "@angular/router": "~11.2.7", "@nativescript/angular": "~11.8.0", "@nativescript/core": "~8.0.0", "@nativescript/theme": "~3.0.1", "reflect-metadata": "~0.1.13", "rxjs":...