export class SessionDataService { login(creds) { return timer(300).pipe(mapTo({ token: 'token', name: 'Inbal Sinai' })); } }