"git@scm.cms.hu-berlin.de:iqb/verona-modules-aspect.git" did not exist on "24526ba7530a35c0cbb39c5ff8c1631a795306e5"
Newer
Older

Konstantin Schulz
committed
import { InjectionToken } from '@angular/core';
export const BASE_PATH = new InjectionToken<string>('basePath');
export const COLLECTION_FORMATS = {
'csv': ',',
'tsv': ' ',
'ssv': ' ',
'pipes': '|'
}