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