Questions tagged as 'angular'

0
answers

Check if user verified email on firebase

I would like to know how to verify if the user has validated the email used in the firebase registration with email and password. After registering and sending the e-mail to the user but indifferent to clicking the generated link or it is not po...
asked by 02.06.2018 / 20:25
0
answers

How to select a default "option" when selecting a page (angular 4+?

I have the html: <select class="form-control" [(ngModel)]="model.TYPE" > <option value="1">Um</option> <option value="2">Dois</option> <option value="3">Tres</op...
asked by 30.05.2018 / 18:59
0
answers

Insert iframe with angular application

I have an angled application running on the same server as a wordpress site. This application is just a form, I would like to embed the angled form in an iframe on the wordpress site, but the form does not appear and gives the following error: R...
asked by 24.05.2018 / 16:38
0
answers

Angular - Shared Services

When I log in, I get the authentication token. I'm using the getHeaders() function by passing the authentication token I get from the backend as a parameter to insert it in header .    shared.service.ts import { Injectable } f...
asked by 22.05.2018 / 19:26
0
answers

How to implement the ng2-img-max of the Angular?

My problem is as follows; I'm able to save and display the images using my API, but at the moment of displaying the images on screen it gets blown, ie my images are 4800 x 3255 resolution, it's a very high resolution, I could resize one by on...
asked by 06.06.2018 / 18:12
1
answer

How to pass a GET parameter on a URL in Angular 4+? Using the route system

I need to insert a get parameter after entering the page with the URL. For example: I clicked here x went to the page and. link ? = parametroGet In case this GET parameter will be an ID, which I will pass when the user clicks the s...
asked by 22.05.2018 / 14:57
0
answers

Disable / Enable components when you have changed

I have this variable ChangeRecord: boolean; . In this method ngOnInit () , I check whether it is change or not ngOnInit() { this.empresa = new Empresa; if(this.routaAtual.snapshot.url.length > 1){ let id = this.r...
asked by 18.05.2018 / 16:31
0
answers

I'm trying on AngularCli, and I'm trying to connect my project with firebase

I'm trying to connect my project with Firebase, but this is giving several errors and I can not fix it These errors appear when compiling ERROR in ./src/app/login/login.component.ts Module not found: Error: Can't resolve '../providers/au...
asked by 18.05.2018 / 01:07
0
answers

(Angular) Disable datepicker based on date selected

I have 3 fields: execution date, start date, and end date. These last two can not be larger than my execution date so I want to have the datepicker disable for these two fields the selection of dates after the execution date. How do I do? My cod...
asked by 16.05.2018 / 00:08
0
answers

Non-angular paths 2

I have a system with these routes. import { Routes } from '@angular/router'; import { FullComponent } from './layouts/full/full.component'; import { AppBlankComponent } from './layouts/blank/blank.component'; export const AppRoutes: Routes =...
asked by 14.05.2018 / 22:25