@rangertechnologies/ngnxt
Version:
This library was used for creating dymanic UI based on the input JSON/data
11 lines (10 loc) • 559 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CustomLabelComponent implements OnInit {
labelValue: string;
labelStyle: string;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CustomLabelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CustomLabelComponent, "app-custom-label", never, { "labelValue": { "alias": "labelValue"; "required": false; }; "labelStyle": { "alias": "labelStyle"; "required": false; }; }, {}, never, never, false, never>;
}