Merge remote-tracking branch 'remotes/origin/master' into mydspace

# Conflicts:
#	src/app/core/data/base-response-parsing.service.ts
#	src/app/core/data/request.service.ts
This commit is contained in:
Giuseppe Digilio
2019-04-25 13:10:21 +02:00
parent ea81a44e6d
commit fe4ad007d2
7 changed files with 6 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ describe('AuthService test', () => {
pipe: observableOf(true)
});
window = new NativeWindowRef();
routerStub = new RouterStub()
routerStub = new RouterStub();
token = new AuthTokenInfo('test_token');
token.expires = Date.now() + (1000 * 60 * 60);
authenticatedState = {