@universal-material/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.
10 lines (9 loc) • 487 B
TypeScript
import { ElementRef } from '@angular/core';
import { DialogComponent } from '../dialog.component';
import * as i0 from "@angular/core";
export declare class ProgressDialogComponent extends DialogComponent {
message: string | null;
constructor(_elementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressDialogComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressDialogComponent, "ng-component", never, {}, {}, never, never, false, never>;
}