UNPKG

@nestjs-mod/files-afat

Version:

Files UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction

9 lines (8 loc) 220 B
import { InjectionToken } from '@angular/core'; export declare const BASE_PATH: InjectionToken<string>; export declare const COLLECTION_FORMATS: { csv: string; tsv: string; ssv: string; pipes: string; };