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

35 lines (34 loc) 1.4 kB
/** * @license * Copyright ASW (A Software World) All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file */ import { ModuleWithProviders, Provider } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "./translate.pipe"; import * as i2 from "./translate.directive"; export interface AswTranslateModuleConfig { loader?: Provider; compiler?: Provider; parser?: Provider; missingTranslationHandler?: Provider; isolate?: boolean; extend?: boolean; useDefaultLang?: boolean; defaultLanguage?: string; } export declare class AswTranslateModule { /** * Use this method in your root module to provide the TranslateService */ static forRoot(config?: AswTranslateModuleConfig): ModuleWithProviders<AswTranslateModule>; /** * Use this method in your other (non root) modules to import the directive/pipe */ static forChild(config?: AswTranslateModuleConfig): ModuleWithProviders<AswTranslateModule>; static ɵfac: i0.ɵɵFactoryDeclaration<AswTranslateModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<AswTranslateModule, [typeof i1.AswTranslatePipe, typeof i2.AswTranslateDirective], never, [typeof i1.AswTranslatePipe, typeof i2.AswTranslateDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<AswTranslateModule>; }