You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/src/app/shared/components/data-modal/spinner-dialog/spinner-dialog.component.html

5 lines
235 B
HTML

<div class="spinner-container" fxLayout="column" fxLayoutAlign="center center">
<mat-progress-spinner class="modal-spinner-message" color="primary" mode="indeterminate"></mat-progress-spinner>
<h2>{{data.titleMessage}}</h2>
</div>