primeng
Version:
PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB
21 lines (20 loc) • 1.03 kB
TypeScript
import { BaseComponent } from 'primeng/basecomponent';
import { IftaLabelStyle } from './style/iftalabelstyle';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "primeng/api";
import * as i3 from "@angular/router";
/**
* IftaLabel is used to create infield top aligned labels.
* @group Components
*/
export declare class IftaLabel extends BaseComponent {
_componentStyle: IftaLabelStyle;
static ɵfac: i0.ɵɵFactoryDeclaration<IftaLabel, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IftaLabel, "p-iftalabel, p-iftaLabel, p-ifta-label", never, {}, {}, never, ["*"], true, never>;
}
export declare class IftaLabelModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IftaLabelModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IftaLabelModule, never, [typeof IftaLabel, typeof i1.CommonModule, typeof i2.SharedModule, typeof i3.RouterModule], [typeof IftaLabel, typeof i2.SharedModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IftaLabelModule>;
}