ng-wizard
Version:
Angular ng-wizard - Angular wizard | stepper
9 lines (8 loc) • 461 B
TypeScript
import { ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgWizardStepContentDirective {
viewContainerRef: ViewContainerRef;
constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<NgWizardStepContentDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgWizardStepContentDirective, "[ngWizardStepContent]", never, {}, {}, never, never, false, never>;
}