UNPKG

angular-archwizard

Version:

An Angular 9+ module containing a wizard component and its supporting components and directives

10 lines (9 loc) 256 B
import { ModuleWithProviders } from '@angular/core'; /** * The module defining all the content inside `angular-archwizard` * * @author Marc Arndt */ export declare class ArchwizardModule { static forRoot(): ModuleWithProviders<ArchwizardModule>; }