tech/webdev magazine

March 23, 2015

AngularJS : Forms in Angular 2

Monday, March 23, 2015 Teklinks

Input handling is an important part of application development. The ng-model directive provided in Angular 1 is a great way to manage input, but we think we can do better. The new Angular Forms module is easier to use and reason about than ng-model, it provides the same conveniences as ng-model, but does not have its drawbacks. In this article we will talk about the design goals for the module and show how to use for common use cases.

Full article