UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

17 lines (16 loc) 733 B
import { EventEmitter } from '@angular/core'; import { TemplateService } from '../../../services/template.service'; import * as i0 from "@angular/core"; export declare class AppTemplatesComponent { private templateService; templateSelected: EventEmitter<any>; templates: any[]; sections: { templates: boolean; }; constructor(templateService: TemplateService); toggleSection(section: 'templates'): void; selectTemplate(templateId: number): void; static ɵfac: i0.ɵɵFactoryDeclaration<AppTemplatesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AppTemplatesComponent, "app-templates", never, {}, { "templateSelected": "templateSelected"; }, never, never, false, never>; }