@dlr-eoc/core-ui
Version:
This project includes schematics to add the base UKIS-Layout to an angular application. The Layout is based on Clarity so [add this first](https://clarity.design/get-started/developing/angular)!
12 lines (11 loc) • 560 B
TypeScript
import { EventEmitter } from '@angular/core';
import { IAlert } from './alert.service';
import * as i0 from "@angular/core";
export declare class GlobalAlertComponent {
alert: null | IAlert;
alertChange: EventEmitter<any>;
constructor();
close(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalAlertComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GlobalAlertComponent, "ukis-global-alert", never, { "alert": { "alias": "alert"; "required": false; }; }, { "alertChange": "alertChange"; }, never, never, true, never>;
}