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

12 lines (11 loc) 751 B
import { ModuleWithProviders } from '@angular/core'; import { FilesRestClientConfiguration } from './configuration'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class FilesRestClientApiModule { static forRoot(configurationFactory: () => FilesRestClientConfiguration): ModuleWithProviders<FilesRestClientApiModule>; constructor(parentModule: FilesRestClientApiModule, http: HttpClient); static ɵfac: i0.ɵɵFactoryDeclaration<FilesRestClientApiModule, [{ optional: true; skipSelf: true; }, { optional: true; }]>; static ɵmod: i0.ɵɵNgModuleDeclaration<FilesRestClientApiModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<FilesRestClientApiModule>; }