UNPKG

angular-wizard-form

Version:

<!-- [![npm version](https://badge.fury.io/js/angular2-wizard.svg)](https://badge.fury.io/js/angular2-wizard) --> <!-- [![Build Status](https://travis-ci.org/maiyaporn/angular2-wizard.svg?branch=master)](https://travis-ci.org/maiyaporn/angular2-wizard) --

7 lines (6 loc) 223 B
import { ModuleWithProviders } from '@angular/core'; export * from './src/wizard.component'; export * from './src/wizard-step.component'; export declare class FormWizardModule { static forRoot(): ModuleWithProviders; }