Routing estructurado. Discoteca se muestra sobre tab1 y es un child route. Pero solo se carga después de refrescar.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<ion-header>
|
||||
<ion-header [translucent]="true">
|
||||
<ion-toolbar>
|
||||
<ion-title>Mi Perfil</ion-title>
|
||||
<ion-title>
|
||||
Mi Perfil
|
||||
</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
@@ -15,7 +17,6 @@
|
||||
<div class='fotoPerfil'>
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
|
||||
<ion-img class="fotoPerfil" width="100%" height="100%" [src]='fotoSrc' alt='barraquinha'></ion-img>
|
||||
<div class="textoPie">{{nombre}}</div>
|
||||
|
||||
@@ -87,4 +88,4 @@
|
||||
|
||||
</ion-grid>
|
||||
|
||||
</ion-content>
|
||||
</ion-content>
|
||||
Reference in New Issue
Block a user