UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

13 lines 628 B
import { ElementRef, OnInit } from '@angular/core'; import { StepService } from '../services/step.service'; import * as i0 from "@angular/core"; export declare class StepPreviousDirective implements OnInit { private elementRef; private stepService; constructor(elementRef: ElementRef, stepService: StepService); onClick(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<StepPreviousDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<StepPreviousDirective, "[stepPrevious]", never, {}, {}, never, never, false, never>; } //# sourceMappingURL=step-previous.directive.d.ts.map