Depois de incluir user.service " setToken(authToken)" não compila da o seguinte erro: ERROR
src/app/core/auth/auth.service.ts:28:39 - error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'. Type 'null' is not assignable to type 'string'.
28 this.userService.setToken(authToken);
~
 ) ;

