@nova-ui/dashboards
Version:
Nova Dashboards is a framework designed to provide feature developers with a common solution for presenting data coming from various sources within a single view, as well as a set of predefined widget visualizations that are 100% configuration-driven and
13 lines (12 loc) • 688 B
TypeScript
import { ChangeDetectorRef } from "@angular/core";
import { IFormatterData } from "../types";
import * as i0 from "@angular/core";
export declare class RawFormatterComponent {
changeDetector: ChangeDetectorRef;
static lateLoadKey: string;
constructor(changeDetector: ChangeDetectorRef);
data: IFormatterData;
elementClass: string;
static ɵfac: i0.ɵɵFactoryDeclaration<RawFormatterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RawFormatterComponent, "nui-dashboards-raw-formatter", never, { "data": { "alias": "data"; "required": false; }; "elementClass": { "alias": "elementClass"; "required": false; }; }, {}, never, never, false, never>;
}