Commit fffdf3d3 authored by Dennis Willers's avatar Dennis Willers 🏀

Launch Button entfernt

parent 4b47beb7
Pipeline #424 passed with stages
in 6 minutes and 23 seconds
This diff is collapsed.
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { HttpClientModule } from '@angular/common/http';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
......@@ -68,7 +67,7 @@ import {ScriptService} from './services/script.service';
MatTooltipModule,
MatTableModule,
MatTreeModule,
MatBadgeModule
MatBadgeModule,
MatDialogModule
],
providers: [
......
......@@ -71,7 +71,6 @@
<mat-card-title *ngIf="!isActiveRound">{{nextTeam}} ist am Zug:</mat-card-title>
<br>
<button [disabled]="buttonNextRoundDisabled || gameStatus.activeExplainer == 1" mat-raised-button color="primary" (click)="nextRound()">Ich erkläre und los!</button>
<button mat-button (click)="openDialog()">Launch dialog</button>
</mat-card-actions>
</mat-card>
</div>
......
Markdown is supported
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