UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

13 lines (12 loc) 740 B
import { GoabBadgeType } from "@abgov/ui-components-common"; import { GoabBaseComponent } from "../base.component"; import * as i0 from "@angular/core"; export declare class GoabBadge extends GoabBaseComponent { type?: GoabBadgeType; content?: string; icon?: boolean; ariaLabel?: string; static ɵfac: i0.ɵɵFactoryDeclaration<GoabBadge, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabBadge, "goab-badge", never, { "type": { "alias": "type"; "required": false; }; "content": { "alias": "content"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>; static ngAcceptInputType_icon: unknown; }