UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

17 lines (16 loc) 663 B
import { OnInit } from "@angular/core"; import { Router } from "@angular/router"; import { ISrlcDetails } from "./public-api"; import * as i0 from "@angular/core"; /** @ignore */ export declare class SrlcIndicatorComponent implements OnInit { private router; constructor(router: Router); globalSrlc: ISrlcDetails; componentSrlc: ISrlcDetails; ngOnInit(): void; getMessageType: () => string; getMessageText: () => string; static ɵfac: i0.ɵɵFactoryDeclaration<SrlcIndicatorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SrlcIndicatorComponent, "nui-srlc-indicator", never, {}, {}, never, never, false, never>; }