UNPKG

ngx-obelisco-example

Version:

Componentes funcionales y reutilizables para Angular.

11 lines (10 loc) 506 B
import { OCardComponent } from '../o-card.component'; import * as i0 from "@angular/core"; export declare class OCardIconComponent { private oCard; constructor(oCard: OCardComponent); customClasses: string; getClassesCardIcon(): string; static ɵfac: i0.ɵɵFactoryDeclaration<OCardIconComponent, [{ optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<OCardIconComponent, "o-card-icon", never, { "customClasses": "customClasses"; }, {}, never, ["*"], false>; }