@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
16 lines (15 loc) • 871 B
TypeScript
import { ChangeDetectorRef, OnChanges, SimpleChanges } from "@angular/core";
import { IHasChangeDetector } from "../../../../types";
import { ILinkFormatterData } from "../types";
import * as i0 from "@angular/core";
export declare class LinkFormatterComponent implements OnChanges, IHasChangeDetector {
changeDetector: ChangeDetectorRef;
static lateLoadKey: string;
data: ILinkFormatterData;
targetSelf?: boolean;
isValid: boolean;
constructor(changeDetector: ChangeDetectorRef);
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LinkFormatterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LinkFormatterComponent, "ng-component", never, { "data": { "alias": "data"; "required": false; }; "targetSelf": { "alias": "targetSelf"; "required": false; }; }, {}, never, never, false, never>;
}