@asoftwareworld/form-builder-pro
Version:
ASW Form Builder Pro helps you with rapid development and designed web forms which includes several controls. The key feature of Form Builder is to make your content attractive and effective. We can customize our control at run time and preview the same b
14 lines (13 loc) • 563 B
TypeScript
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare abstract class AswTranslateLoader {
abstract getTranslation(lang: string): Observable<any>;
}
/**
* This loader is just a placeholder that does nothing, in case you don't need a loader at all
*/
export declare class AswTranslateFakeLoader extends AswTranslateLoader {
getTranslation(lang: string): Observable<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<AswTranslateFakeLoader, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AswTranslateFakeLoader>;
}