This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ion-header> | |
<ion-navbar color="primary"> | |
<ion-title> {{title}} </ion-title> | |
<ion-buttons end> | |
<button (click)="openModal()" class="showHeaderResumo" ion-button float-right>Resumo</button> | |
</ion-buttons> | |
</ion-navbar> | |
</ion-header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ion-header> | |
<ion-navbar> | |
<ion-title> Honorários Projeto </ion-title> | |
</ion-navbar> | |
</ion-header> | |
<ion-content padding> | |
<ion-title>Projeto: </ion-title> |
NewerOlder