Fix lint
parent
f837117d90
commit
5ba7c48744
|
@ -23,7 +23,6 @@ export class ListFilterComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
add() {
|
add() {
|
||||||
console.log("in child");
|
|
||||||
this.openAddFrom.emit();
|
this.openAddFrom.emit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,6 @@ export class UserListComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
openNewUserForm() {
|
openNewUserForm() {
|
||||||
console.log("message!")
|
|
||||||
this.selectedUserId = null;
|
this.selectedUserId = null;
|
||||||
this.router.navigate([{outlets: {'right': ['new']}}], {relativeTo: this.route});
|
this.router.navigate([{outlets: {'right': ['new']}}], {relativeTo: this.route});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue