Bazico

Results 17 comments of Bazico

same here

@mathilde-pellerin thanks!

@vicko23, rxjs is a peer dependence of angular2-jwt and angular2-jwt-refresh. So this is necessary to get it work. Before you remote rxjs from node_modules you get any output errors? I...

If rxjs is removed, the angular2-jwt-refresh don't works as expected. Looks like location of rxjs is wrong on your project. When installed this should be in node_modules/rxjs/Rx.js For while I...

@vicko23, please send the content of package.json And the node and npm versions

Sorry, I'm stuck in other projects. Could you please verify a fix for it?

Do you has installed peer dependencies? Check if you are using an JwtHttp object to do your requests. ```typescript import { Injectable } from '@angular/core'; import { Response } from...