saransh944
Results
2
comments of
saransh944
Hi @TuningGuide and @StevenDevooght , Did we do a merge? I'm assuming no because its still using JQuery. @TuningGuide were you able to create a pull request?
@rafaelss95 use .map instead of using subscribe and return it, something like this: return this.tokenService.signIn({ email: '[email protected]', password: 'secretPassword' }).map(data => { console.log(data); // your if conditions inside this });