Rework (#2)
* spec entfernt * wip * wip * wip * wip * wip * rework * done --------- Co-authored-by: Bastian Wagner <bastian.wagner@softconcis.de>
This commit is contained in:
@@ -65,9 +65,12 @@ export class DashboardComponent implements OnInit {
|
||||
}
|
||||
|
||||
createClient() {
|
||||
this.dialog.open(CreateClientComponent, {
|
||||
const ref = this.dialog.open(CreateClientComponent, {
|
||||
panelClass: 'create-client__dialog'
|
||||
})
|
||||
ref.componentInstance.createdClient.subscribe(() => {
|
||||
this.load();
|
||||
})
|
||||
}
|
||||
|
||||
openDeleteDialog(client: Client) {
|
||||
|
||||
Reference in New Issue
Block a user