Questions tagged as 'angular'

1
answer

Lightbox on AngularJs 2

I'm still very inexperienced with AngularJs and so I'm into simple things. I need to use Lightbox in a project. "Googlando" out there, I found the angular-bootstrap-lightbox , but then me I came across the situation where all his documen...
asked by 22.06.2016 / 16:17
1
answer

New Design - Use Angular 1.x or Angular2 + sparkjava + material design [closed]

I would like to use angular2-material but it still has not left, I can not postpone the project so I have to choose, duration of the project about 2 years so stay the next 2 years in angular 1.x or use angular 2 with the material design light?...
asked by 02.02.2016 / 21:25
1
answer

Angular 7 error: ERROR TypeError: jit_nodeValue_5 (...) is not a function

I have a simple page with 3 modals, which are opened when clicking buttons to request yes or no to perform actions. In one of them I only have this error, by clicking on the yes button of the confirmation modal, which calls a function. Modals ha...
asked by 04.01.2019 / 16:15
1
answer

Change mat width tooltip angular

I need to increase the width of the tooltip angular tooltip Angular Material Tooltip I tried: ::ng-deep .mat-tooltip { padding: 15px; font-size: 12px; } The padding and font-size has been applied, but I can not change the width...
asked by 02.01.2019 / 20:33
0
answers

RouterLink does not access route in Firefox

I'm developing in Angular 6, using Lazy Loading, recently I noticed that in Firefox when I try to access a route, where I need to pass an id, it does not access, but works normally in other browsers. <mat-icon [routerLink]="['atualizacao', e...
asked by 05.01.2019 / 06:48
0
answers

Ionic 3 scroll with active class and prev / next buttons

I'm developing my first App using Ionic 3 , in one of the pages, I have a form and in this form 2 vertical scrolls with the days and months of the year, select the date the service will be performed. Asyoucanseeintheimageabove,wehaveasmal...
asked by 02.01.2019 / 19:50
1
answer

Angular 7 autocomplete with http

I have a field in my project that needs to use autocomplete. But it is not working. Could someone help me? Component filteredCostCenter: Observable<CentroCusto[]>; ngOnInit() { this.filteredCostCenter = this.form.controls.centroCu...
asked by 02.01.2019 / 14:47
1
answer

Is it possible to turn validation into error of the form in the Angular?

It's even hard to explain. I have a form that checks a field if it is greater than zero. If so, I'll give the user a message. I want to turn this into a form error because, I can only release the save button if the form is error-free. I wonder i...
asked by 28.12.2018 / 15:06
1
answer

Problem in administrative layout when logging in (When going through ngIf jquery stops working)

I'm having problems with administrative layout + login. Both dashboard and login are at the same application level. When the user is redirected to the login he / she opens the screen that contains 3 component header, menu and application (Conten...
asked by 28.12.2018 / 15:32
0
answers

Save result of a Firebase and Ionic calculation

I'm trying to save a result of a simple sum in Firebase but I can not retrieve the value and insert. Where am I going wrong? Home.html <ion-content padding class="content"> <form [formGroup]='form' class="principal"> <s...
asked by 29.12.2018 / 03:50