Skip to content
Snippets Groups Projects
Commit 761259f8 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix

parent 13267903
Branches
Tags
No related merge requests found
<div fxLayout="column" fxLayoutAlign="start" fxLayoutGap="20px" fxFill>
<div fxLayout="row" fxLayoutAlign="center">
<mat-progress-spinner *ngIf="isLoading" mode="indeterminate"></mat-progress-spinner>
<mat-card *ngIf="room">
<mat-card-header fxLayoutAlign="center">
<mat-card-title><h3 class="subheading-2">{{ room.name }}</h3></mat-card-title>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment