UNPKG

catng

Version:

Angular Dynamic Form Input Component

16 lines (15 loc) 992 B
import { EventEmitter, OnInit } from '@angular/core'; import { BaseComponent } from '../base.component'; import * as i0 from "@angular/core"; export declare class CatSidebarComponent extends BaseComponent implements OnInit { formDialog: boolean; position: string; header: string; styleInfo: {}; inComponent: boolean; formDialogChange: EventEmitter<boolean>; ngOnInit(): void; hideDialog(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CatSidebarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CatSidebarComponent, "cat-sidebar", never, { "formDialog": { "alias": "formDialog"; "required": false; }; "position": { "alias": "position"; "required": false; }; "header": { "alias": "header"; "required": false; }; "styleInfo": { "alias": "styleInfo"; "required": false; }; "inComponent": { "alias": "inComponent"; "required": false; }; }, { "formDialogChange": "formDialogChange"; }, never, ["[formContent]", "[formContent]"], true, never>; }