Feature: Dashboard #19
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/dashboard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds the Dashboard with all its styling and layout the functionality the functionality will be done in anotherticket
b603958c52
to24ec3fed25
Feature: Dashboard - layout, styleto Feature: Dashboard@ -5,0 +8,4 @@
<mat-form-field>
<mat-label>Qualification</mat-label>
<mat-select>
<mat-option>Angular</mat-option>
Hier müssen noch die richtigen Elemente geladen werden
@ -14,2 +35,4 @@
}
testInfo() {
this.notifications.publish('Cake', NotificationType.Information);
wird nicht mehr benötigt
@ -16,4 +39,4 @@
}
testError() {
this.notifications.publish('Cake', NotificationType.Error);
wird nicht mehr benötigt
24ec3fed25
to3bffc414ec
Neuer Stand