ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
13 lines (12 loc) • 567 B
TypeScript
import { AfterContentInit, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class OBxIconComponent implements AfterContentInit {
private el;
constructor(el: ElementRef);
customClasses: string;
projectedContent: string;
ngAfterContentInit(): void;
getClassNames(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<OBxIconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OBxIconComponent, "o-bx-icon", never, { "customClasses": "customClasses"; }, {}, never, ["*"], false>;
}