@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
15 lines (14 loc) • 822 B
TypeScript
import { EventEmitter } from "@angular/core";
import { GoabBaseComponent } from "../base.component";
import * as i0 from "@angular/core";
export declare class GoabPublicSubform extends GoabBaseComponent {
id?: string;
name?: string;
continueMsg?: string;
onInit: EventEmitter<Event>;
onStateChange: EventEmitter<Event>;
_onInit(e: Event): void;
_onStateChange(e: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GoabPublicSubform, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicSubform, "goab-public-subform", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "continueMsg": { "alias": "continueMsg"; "required": false; }; }, { "onInit": "onInit"; "onStateChange": "onStateChange"; }, never, ["*"], true, never>;
}