Stefano

Results 3 comments of Stefano

Implemented the following solution, will submit a PR if in agreement with strategy. @Awk34 *auth.service.ts:* ``` constructor(private http: HttpClient, private userService: UserService) { this.http = http; this.UserService = userService; //Not...

Good idea @albert-92 I had solved this in my implementation by editing canActivate. Either route seems to do well, I preferred to keep them separate, but am open to either....

@Awk34 Any reference to why the preferred method changed from `gulp serve`? I can't seem to find reference to it in any commits or issues. Do you see this as...