16 lines
312 B
HTML
16 lines
312 B
HTML
<ion-header [translucent]="true">
|
|
<ion-toolbar>
|
|
<ion-title>
|
|
Tasks
|
|
</ion-title>
|
|
</ion-toolbar>
|
|
</ion-header>
|
|
|
|
<ion-content [fullscreen]="true">
|
|
<ion-header collapse="condense">
|
|
<ion-toolbar>
|
|
<ion-title size="large">Tasks</ion-title>
|
|
</ion-toolbar>
|
|
</ion-header>
|
|
</ion-content>
|