pull/40/head
HardiReady 2018-07-10 06:56:17 +02:00
parent f837117d90
commit 5ba7c48744
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ export class ListFilterComponent {
}
add() {
console.log("in child");
this.openAddFrom.emit();
}
}

View File

@ -53,7 +53,6 @@ export class UserListComponent implements OnInit {
}
openNewUserForm() {
console.log("message!")
this.selectedUserId = null;
this.router.navigate([{outlets: {'right': ['new']}}], {relativeTo: this.route});
}