@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
9 lines (8 loc) • 555 B
TypeScript
import * as i0 from "@angular/core";
export declare class GoabAppFooterMetaSection {
testId?: string;
/** "slot" is required and must equal to "meta" so it can be rendered in the correct position **/
slot: "meta";
static ɵfac: i0.ɵɵFactoryDeclaration<GoabAppFooterMetaSection, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabAppFooterMetaSection, "goab-app-footer-meta-section", never, { "testId": { "alias": "testId"; "required": false; }; "slot": { "alias": "slot"; "required": true; }; }, {}, never, ["*"], true, never>;
}