UNPKG

@anglr/rest

Version:

Angular module representing rest services

6 lines 207 B
import { InjectionToken } from '@angular/core'; /** * Injection token for datetime string format */ export declare const DATETIME_STRING_FORMAT: InjectionToken<string>; //# sourceMappingURL=tokens.d.ts.map