truly-ui
Version:
Web Components for Desktop Applications.
19 lines • 875 B
TypeScript
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
import { StepService } from '../services/step.service';
import { TlButton } from '../../button/button';
import * as i0 from "@angular/core";
export declare class StepFinishDirective implements AfterViewInit, OnInit {
private elementRef;
private change;
private stepService;
private button;
constructor(elementRef: ElementRef, change: ChangeDetectorRef, stepService: StepService, button: TlButton);
onClick(): void;
ngOnInit(): void;
ngAfterViewInit(): void;
private setDisabled;
private changes;
static ɵfac: i0.ɵɵFactoryDeclaration<StepFinishDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<StepFinishDirective, "[stepFinish]", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=step-finish.directive.d.ts.map