import { InjectionToken } from '@angular/core'; export const MAX_RETRIES_ON_SERVER_ERROR = new InjectionToken('Number of retries before giving up');