catng
Version:
Angular Dynamic Form Input Component
17 lines (16 loc) • 1.01 kB
TypeScript
import { EventEmitter } from '@angular/core';
import { BaseComponent } from '../../base.component';
import { ButtonModel } from '../../../models/button.model';
import * as i0 from "@angular/core";
export declare class CatSelectButtonComponent extends BaseComponent {
buttonModel: ButtonModel;
options: any;
isSelectButton: boolean;
model: any;
modelChange: EventEmitter<any>;
onChange: EventEmitter<any>;
setModelChange(event: any): void;
setOnChange(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CatSelectButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CatSelectButtonComponent, "cat-select-button", never, { "buttonModel": { "alias": "buttonModel"; "required": false; }; "options": { "alias": "options"; "required": false; }; "isSelectButton": { "alias": "isSelectButton"; "required": false; }; "model": { "alias": "model"; "required": false; }; }, { "modelChange": "modelChange"; "onChange": "onChange"; }, never, never, true, never>;
}