Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Fixing the private service issue with aot.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 20, 2018
1 parent ebb6a20 commit f92a232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/components/navbar/navbar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class NavbarComponent implements OnInit {

private hashids: any;

constructor(private userService: UserService,
constructor(public userService: UserService,
private pollService: PollService,
private route: ActivatedRoute,
private router: Router) { }
Expand Down

0 comments on commit f92a232

Please sign in to comment.