Skip to content

r-winkler/angular2-reactive-form

Repository files navigation

Usage

  • Make sure you have node.js installed version 5+
  • Make sure you have NPM installed version 3+
  • WINDOWS ONLY run npm install -g webpack webpack-dev-server typescript to install global dependencies
  • run npm install to install dependencies
  • run npm start to fire up dev server
  • open browser to http://localhost:3000
  • if you want to use other port, open package.json file, then change port in --port 3000 script

When using reactive forms?

Using reactive forms means writing more component and less template code. Reactive forms are more appropriate than template-driven forms for complex scenarios. Usually, when templates gets too complicated and messy, putting reactive forms in place is an appropriate measure.

Reactive froms can be used for:

* Dynamically add input elements
* Watch what the user types
* Wait validation until typing stops
* Different validation for different situations
* Immutable data structures

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published