Commit, da geht was nicht gespeichert
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
<mat-label>Filter</mat-label>
|
||||
<input matInput (keyup)="applypersonFilter($event)" placeholder="Suchbegriff" #input>
|
||||
</mat-form-field>
|
||||
<mat-form-field class="ml-5">
|
||||
<input matInput [formControl]="serializedDate">
|
||||
</mat-form-field>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row col-12">
|
||||
|
@@ -9,7 +9,10 @@ import { PruefungService } from '../services/pruefung.service';
|
||||
import {MatSelectModule} from '@angular/material/select';
|
||||
import { PruefungsergebnisService } from '../services/pruefungsergebnis.service';
|
||||
import { Pruefungsergebnis } from '../Pruefungsergebnis';
|
||||
import {MatRadioModule} from '@angular/material/radio';
|
||||
import { MatRadioModule} from '@angular/material/radio';
|
||||
import { MatNativeDateModule } from '@angular/material/core';
|
||||
import { FormControl } from '@angular/forms';
|
||||
|
||||
|
||||
export enum SelectType {
|
||||
single,
|
||||
@@ -37,6 +40,9 @@ export class PrergebnisComponent implements OnInit {
|
||||
public angewaehlt: any;
|
||||
public ergangewaehlt: any;
|
||||
public abgewählt: any;
|
||||
public pruefungsdatum: any;
|
||||
date = new FormControl(new Date());
|
||||
serializedDate = new FormControl(new Date().toISOString());
|
||||
|
||||
displayedColumns: any = [ "examid", "examshort", "examname", "examdescription"];
|
||||
ergdisplayedColumns: any = [ "firstname", "lastname", "date_of_exam", "acquired"];
|
||||
|
Reference in New Issue
Block a user