ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
16 lines (15 loc) • 723 B
TypeScript
import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
import { StepService } from 'ngx-obelisco-example/core/services';
import * as i0 from "@angular/core";
export declare class StepNextDirective implements OnInit, OnDestroy {
private readonly stepService;
private readonly element;
private readonly renderer;
private onDestroy$;
constructor(stepService: StepService, element: ElementRef, renderer: Renderer2);
ngOnInit(): void;
onClick(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StepNextDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<StepNextDirective, "[oStepNext]", never, {}, {}, never, never, true>;
}