Questions tagged as 'angularjs-2.0'

1
answer

query in angular2 and firebase

hi guys I'm trying to make a query on angular2 from firebase what happens is that I can only place a query request if I ask you to send me the data from the table with the user = when the session starts, but if I ask you to show me where status...
asked by 20.04.2017 / 08:43
1
answer

How to update the native object of Firebase users with Angular2?

I have been implementing a role system while working with firebase and AngularFire2. In the end I was able to achieve it. I could do it with parallel collections in the realTime database, but I had doubts. I would like to know if it is possib...
asked by 01.12.2016 / 17:08
1
answer

Zone.js error in Angular 2

Good, dear. I am using Visual Studio 2015 to program in C # and Angular 2, having made some updates the following error started to appear (Sensitive values are changed by XYZ):    Exception: Call to Node module failed with error:   Error:...
asked by 30.11.2016 / 17:28
1
answer

Show toast input ionic ion 2

Hi, I have a validated form, but I want to show a toast to inform the user that the field is empty ionic 2     
asked by 21.11.2016 / 03:10
0
answers

"bad digest name" using Angular2 and Json Web Tokens

I am using the repository of the following link: link Right after cloning the repository and trying to execute the login I get the error    "bad digest name" That until now I have managed to solve by changing the following lines...
asked by 17.09.2016 / 04:02
2
answers

Browser does not show me anything (Angular 2 App)

I am trying to show the objects from which I move from localStorage to the component controller. However, when he passes them, he does not show me anything in the view. This would be the component. import { Component, OnInit, Input, O...
asked by 06.06.2016 / 15:51
1
answer

What would be the way to do the ngFor in angular 5

I'm with a big question, how could I show data in the following way from the following array: peliculas = [ { "pelicula": "Batman v. Superman", "director": "Zack Snider", "anio": "201...
asked by 22.01.2018 / 01:30
1
answer

Is it possible to implement Angular 2 in asp.net web forms? [closed]

I would like to know if it is possible since the information on the web refers in most cases to MVC only.     
asked by 24.04.2017 / 23:26
1
answer

Reactive forms, model driven, etc. (Angular 2/4)

I have implemented reactive or model driven forms as they usually call them in my Angular 4 project ... I do not know if the concepts I have misunderstood, if someone corrects me ... My question is: Why do I change the type of the input to date,...
asked by 08.06.2017 / 13:16
5
answers

add jquery to my page with angular-cli

I need to add jquery to initialize components of semantic ui to my project in angular-cli I have downloaded it by npm and I have added the path in the angular-cli.json but at the time of compiling I get it $ is not defined     
asked by 04.05.2017 / 06:51