mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* Custom URL schema issues * code implementation changes for checkForMobileAppFlag * updated test cases * requested changed addressed * requested changed addressed * cspell changes * review comments addressed
9 lines
322 B
HTML
9 lines
322 B
HTML
<div class="container">
|
|
<button mat-button (click)="openInApp()" data-automation-id="open-in-app-button" class="open-in-app">
|
|
<span>{{ 'APP.DIALOGS.MOBILE_APP.MOBILE_APP_BUTTON_LABEL' | translate }}</span>
|
|
</button>
|
|
<button mat-button (click)="onCloseDialog()">
|
|
<mat-icon>close</mat-icon>
|
|
</button>
|
|
</div>
|