Permite añadir eventos a la discoteca y navegar a una página de cada evento

This commit is contained in:
2021-02-02 16:42:38 +01:00
parent af852bff37
commit 594332fd87
15 changed files with 97 additions and 31 deletions

View File

@@ -42,9 +42,6 @@ export class PromptEventoPage{
if (!this.tab1Service.eventos){
this.tab1Service.initEventos();}
this.tab1Service.eventos.push(evento);
for (var i=0; i<this.tab1Service.eventos.length; i++){
console.warn(this.tab1Service.eventos[i].nombre);
}
}