UNPKG

stimulsoft-viewer-angular

Version:
11 lines (10 loc) 477 B
import { OnInit } from '@angular/core'; import { ModelService } from '../services/model.service'; import * as i0 from "@angular/core"; export declare class ProgressComponent implements OnInit { model: ModelService; constructor(model: ModelService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "sti-progress", never, {}, {}, never, never, false, never>; }