Since Angular RC.2, Angular has introduced new forms modules and deprecated the existing one. With the new forms module, we can build forms with even more intuitive syntax. There are two ways to build forms in Angular 2, namely model-driven and template-driven.
Full article