@controladad/ng-base
Version:
Everything you need for Angular
9 lines (8 loc) • 475 B
TypeScript
import { FormControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class CacSwitchComponent {
control: FormControl;
label?: string;
static ɵfac: i0.ɵɵFactoryDeclaration<CacSwitchComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CacSwitchComponent, "cac-switch", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
}