Questions tagged as 'angular7'

1
answer

Update content by changing the parameter of the URL with routerLink in Angular 7

I'm working with Angular 7 and when changing the URL parameter I do not update the content because it does not reload the constructor or the ngOnInit, all the URLs call the same components for example CategoryComponent but depending on the param...
asked by 27.12.2018 / 14:17
1
answer

Error in authentication with firebase and angular 7

I'm doing a login with angle 7 and firebase, I'm using angular / angularfire2. I do the form, I configure everything, I make the necessary imports. All the elements display without any problem in the browser (I still did not give functionality t...
asked by 01.01.2019 / 18:43
0
answers

does not save date in firebase Angular 7

I'm starting with Angular and firebase and I had a problem recording information to firebase. My model has it this way: export interface Person { nombre: string; apellido: string; jobDescription: string; createdDate: Date;...
asked by 02.01.2019 / 21:55
0
answers

Double Routing | Angular 7

I'm doing an APP with administration panel but I would like the administration area to have its own system of routes that work from the / admin url and the web section has another route system, having a total of 2 routes systems. I do not kno...
asked by 31.12.2018 / 13:06