@stratio/egeo
Version:
Stratio egeo library of components in Angular 2
10 lines (9 loc) • 320 B
TypeScript
import { ChangeDetectorRef } from '@angular/core';
import { StAlertsService } from './st-alerts.service';
export declare class StAlertsComponent {
private _cd;
alertService: StAlertsService;
showInConsole: boolean;
qaTag: string;
constructor(_cd: ChangeDetectorRef, alertService: StAlertsService);
}