Questions tagged as 'angular'

2
answers

Validate an input field, not null in HTML

I am working with the angular framework and in one of the components I have an html to do a login which I want to validate. I have tried to use the 'required' specifier and it does not affect it at all. Could you help me? <input type="text...
asked by 19.04.2018 / 13:46
1
answer

Identify Devices in Angular 5 [closed]

How can I know which device was connected to my angular application? I would like to identify it to be able to make only devices ios can connect.     
asked by 18.03.2018 / 20:36
1
answer

How can an ionic form be sent to an email of mine

The thing is that I already have a form in which you enter everything you need and then I collect this data and show them with console.log () The question is how can I do it so that when I send it to you instead of showing it to you on the co...
asked by 18.03.2018 / 14:16
1
answer

Problems with the angular server

I recently started making a web application in angular, and now I'm going back to the project, the question is that I want to compile by going to link and I do not nothing appears, I do not compile the project, I do not know how to upload it t...
asked by 23.03.2018 / 23:00
1
answer

Angular within aspx page

I made an application in Angular 5 and it must be loaded in an aspx page; I tried using an iframe but it does not load me, so my second option was to use jQuery and load the page in a div: this is my code <script> $(document).ready(fu...
asked by 05.04.2018 / 19:08
1
answer

Sort a Object (JS)

I have an Object with the following structure: [ { titulo: '', id: '', imagen: '', fecha: '' }, { titulo: '', id: '', imagen: '', fecha: '' }, { titulo: '', id: '', imagen: '', fecha: '...
asked by 05.04.2018 / 19:16
1
answer

Login Failed Symfony Angular

When I try to login from the browser, it returns the error message "login failed" (which is thrown from within the JwtAuth service), the strange thing is that if I do it from postman with the same credentials, I logged in correctly returning the...
asked by 05.04.2018 / 12:45
1
answer

Create users in firebase in angular 4

In firebase I can create users in a registry AngularFireAuth.createUserWithEmailAndPassword(email,password) But when using this method, the current user changes and adds it to the session automatically, but what I want is to create many u...
asked by 02.04.2018 / 05:32
1
answer

Angular project structure

I am analyzing how to start a project with Angular. In a previous one, which we have currently underway, mounted with AngularJS 1.5, with a structure similar to the one I am looking for, which is a login screen, which, if the user exists, pas...
asked by 28.08.2017 / 22:08
1
answer

How to send POST Angular 2

I am studying Angular 2/4 to be able to use that framework soon, but I am very confused with the POST part. I am using the Github API to post an "issue" in my repository but I still can not do it ... so I would be very grateful if you can cla...
asked by 07.06.2017 / 03:37