Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 492 Bytes

angular2-multistep-form

This app aims to demonstrate the creation multistep forms in Angular 2.

Features

  • Routing: Steps in form are bounded through routing
  • Service oriented: A service acts as the single source of truth for the form
  • Validation: Rudimentary validation for back/next/submit.

Work in progress—pull requests welcome. Current as of Angular 2.0 Final Release.

Start it as you would a normal ng2 app:

npm install
typings install