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