Besucher wird nun vom Productive deaktiviert
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<h1>besucher works!</h1>
|
||||
<div *ngIf="active">
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -26,4 +26,10 @@
|
||||
<mat-radio-button class="example-radio-button" *ngFor="let entscheidung of kommt" [value]="entscheidung">{{entscheidung}}</mat-radio-button>
|
||||
</mat-radio-group>
|
||||
<button class="btn btn-primary" (click)="addBesucher()">Abschicken</button>
|
||||
</div>
|
||||
|
||||
<div *ngIf="!active">
|
||||
<h1>Diese Funktion steht leider noch nicht zur Verfügung</h1>
|
||||
<h2>Bitte Schauen Sie ab den 1.3.2022 nochmal vorbei</h2>
|
||||
<h3>Vielen Dank für Ihr verständnis</h3>
|
||||
</div>
|
||||
Reference in New Issue
Block a user