constructor(
  private route: ActivatedRoute,
  private router: Router,
  private service: HeroService
) {}