UNPKG

@agravity/private

Version:

The Agravity GlobalDAM API which allowes authenticated user to access the Agravity GlobalDAM Backend

10 lines (8 loc) 209 B
import { InjectionToken } from '@angular/core'; export const BASE_PATH = new InjectionToken<string>('basePath'); export const COLLECTION_FORMATS = { csv: ',', tsv: ' ', ssv: ' ', pipes: '|' };