@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) • 628 B
TypeScript
import { OnInit, EventEmitter } from '@angular/core';
import { IProgress } from './progress.service';
import * as i0 from "@angular/core";
export declare class GlobalProgressComponent implements OnInit {
progress: null | IProgress;
progressChange: EventEmitter<any>;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalProgressComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GlobalProgressComponent, "ukis-global-progress", never, { "progress": { "alias": "progress"; "required": false; }; }, { "progressChange": "progressChange"; }, never, never, true, never>;
}