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 { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { HttpClientModule } from '@angular/common/http'; import { HttpClientModule } from '@angular/common/http';
import { AppRoutingModule } from './app-routing.module'; import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component'; import { AppComponent } from './app.component';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
...@@ -68,7 +67,7 @@ import {ScriptService} from './services/script.service'; ...@@ -68,7 +67,7 @@ import {ScriptService} from './services/script.service';
MatTooltipModule, MatTooltipModule,
MatTableModule, MatTableModule,
MatTreeModule, MatTreeModule,
MatBadgeModule MatBadgeModule,
MatDialogModule MatDialogModule
], ],
providers: [ providers: [
......
...@@ -71,7 +71,6 @@ ...@@ -71,7 +71,6 @@
<mat-card-title *ngIf="!isActiveRound">{{nextTeam}} ist am Zug:</mat-card-title> <mat-card-title *ngIf="!isActiveRound">{{nextTeam}} ist am Zug:</mat-card-title>
<br> <br>
<button [disabled]="buttonNextRoundDisabled || gameStatus.activeExplainer == 1" mat-raised-button color="primary" (click)="nextRound()">Ich erkläre und los!</button> <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-actions>
</mat-card> </mat-card>
</div> </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