Commit fffdf3d3 authored by Dennis Willers's avatar Dennis Willers
Browse files

Launch Button entfernt

parent 4b47beb7
Loading
Loading
Loading
Loading
+3859 −2944

File changed.

File size exceeds preview limit.

+3 −3
+1 −2
Original line number Diff line number Diff line
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: [
+0 −1
Original line number Diff line number Diff line
@@ -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>