NetanelBasal
7/22/2018 - 7:36 AM

a-3.ts

export class SessionDataService {

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