refactor(forms): remove FORM_PROVIDERS, FORM_DIRECTIVES, REACTIVE_FORM_PROVIDERS, REACTIVE_DIRECTIVES

All of these have been replaced by FormsModule and ReactiveFormsModule.
This commit is contained in:
Igor Minar
2016-08-23 21:36:34 -07:00
committed by Victor Berchet
parent c03e25a7b7
commit 501b83441d
5 changed files with 5 additions and 33 deletions

View File

@ -8,9 +8,7 @@
import {NgFor, NgIf} from '@angular/common';
import {Component, Inject, LOCALE_ID, TRANSLATIONS_FORMAT} from '@angular/core';
import {FORM_DIRECTIVES} from '@angular/forms';
import {MultipleComponentsMyComp} from './a/multiple_components';
@Component({
selector: 'basic',