Fix lint
parent
f837117d90
commit
5ba7c48744
|
@ -23,7 +23,6 @@ export class ListFilterComponent {
|
|||
}
|
||||
|
||||
add() {
|
||||
console.log("in child");
|
||||
this.openAddFrom.emit();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue