separado routing de usuarios y discotecas

This commit is contained in:
2021-04-03 12:11:01 +02:00
parent 139e3fcb8b
commit 4ee33458dc
10 changed files with 123 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ export class FeedService {
this.apiService.getEventos()
.subscribe(eventos => {
this.eventos = eventos;
this.router.navigate(['/tabsUser'])
})
}
}