UNPKG

@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

15 lines (14 loc) 687 B
import * as i0 from "@angular/core"; export declare abstract class AswTranslateCompiler { abstract compile(value: string, lang: string): string | any; abstract compileTranslations(translations: any, lang: string): any; } /** * This compiler is just a placeholder that does nothing, in case you don't need a compiler at all */ export declare class AswTranslateFakeCompiler extends AswTranslateCompiler { compile(value: string, lang: string): string | any; compileTranslations(translations: any, lang: string): any; static ɵfac: i0.ɵɵFactoryDeclaration<AswTranslateFakeCompiler, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AswTranslateFakeCompiler>; }