Questions tagged as 'angular5'

0
answers

Namespace 'firebase.auth' has not exported member 'IdTokenResult'

When working with firestore I get this error, I'm trying to login, however, the following error comes out ERROR in node_modules/angularfire2/auth/auth.d.ts(12,45): error TS2694: Namespace 'firebase.auth' has no exported member 'IdTokenResult'....
asked by 29.05.2018 / 19:55
1
answer

How can I add a javascript file in a project of angular 6?

My problem is how to add a JavaScript file to use it within my project, and try to add it to the assets folder and it does not work, the following appears:    Uncaught ReferenceError: edit is not defined       at HTMLButtonElement.o...
asked by 21.05.2018 / 23:08
0
answers

Use of app.component depending on whether you are a user or anonymous?

I'm starting with angular and the next question comes up. In the component app.component.html is where I have created a navbar and some more html elements that are common to all routes. But now I want to create a part of administrator that do...
asked by 21.05.2018 / 13:27
1
answer

Validate with Angular 2 input are equal

Sorry if it is something easy, but I'm doing my pinnings in Angular 5 but I have the following question. I would like to validate a FormGroup, I know there are approximations when creating forms, by template and by data, I am currently using...
asked by 15.05.2018 / 20:44
1
answer

Spring Boot does not recognize an Object sent from angular4's http

I am trying to execute a post call from an angular application to an api developed with Spring boot. What happens is that I do not bind between the object I sent and the one that is expected as a parameter. If I run it from postman sending the p...
asked by 11.05.2018 / 05:39
0
answers

Send a contact form by email with angular 6 and PHP

I have problems when sending the data of a contact form made in Angular 6 by email using PHPmailer. Versions: Node 8.11.1 Angular 6.0.1 rxjs 6.1.0 typescript 2.7.2 webpack 4.6.0 OS darwin x64 Macbook pro high sierra I can not...
asked by 12.05.2018 / 20:29
0
answers

render og tags in angular 5

I am trying to render facebook openGraph tags dynamically, depending on the URL that renders the tags, try to use universal angle but the project I have is a bit big and there are many things that are not compatible someone who can help, best...
asked by 12.05.2018 / 18:55
0
answers

I try to perform a POST from Angular to a service developed in ASP.NET Core

Hello good community I am having problems when doing a POST from Angular, I have a web service developed with ASP.NET Core 2. My post-service method is as follows: [HttpPost] public async Task<IActionResult> PostTipoPago(TipoPago tip...
asked by 14.05.2018 / 22:13
0
answers

Angular update error-cli

Can someone help me with the following?: I just updated angular-cli to the latest version and had a project developed with Angular2, but at the moment of executing the ng-serve command, I get the following error:    Local wor...
asked by 09.05.2018 / 02:48
0
answers

ng2-opd-popup does not recognize bootstrap

I'm working with angular cli v.5 and integrate the ng2-opd-popup library to use modals, my problem is that modal elements do not recognize bootstrap4 stylos I hope someone can support me on how to fix it. greetings and thanks. I leave you the mo...
asked by 07.05.2018 / 21:24