ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
18 lines (17 loc) • 1.17 kB
TypeScript
import { Link, Network, Phone } from 'ngx-obelisco-example/core/models';
import { OCustomContentDirective } from 'ngx-obelisco-example/directives';
import * as i0 from "@angular/core";
export declare class OFooterComponent {
phoneCustomItems: Phone[];
networkCustomItems: Network[];
linkCustomItems: Link[];
isPhoneSectionHidden: boolean;
isNetworkSectionHidden: boolean;
isLinkSectionHidden: boolean;
indicatorText: string;
customClasses: string;
customClassesIndicator: string;
oCustomContent?: OCustomContentDirective;
static ɵfac: i0.ɵɵFactoryDeclaration<OFooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OFooterComponent, "o-footer", never, { "phoneCustomItems": "phoneCustomItems"; "networkCustomItems": "networkCustomItems"; "linkCustomItems": "linkCustomItems"; "isPhoneSectionHidden": "isPhoneSectionHidden"; "isNetworkSectionHidden": "isNetworkSectionHidden"; "isLinkSectionHidden": "isLinkSectionHidden"; "indicatorText": "indicatorText"; "customClasses": "customClasses"; "customClassesIndicator": "customClassesIndicator"; }, {}, ["oCustomContent"], ["*"], false>;
}