import { InjectionToken } from '@angular/core'; export const API_BASE_URL = new InjectionToken('API_BASE_URL');