refactor(forms): upgrade to @angular/forms

This commit is contained in:
Adam Bradley
2016-06-30 21:54:48 -05:00
parent 9b2f4a682e
commit 4d56219a4c
42 changed files with 219 additions and 249 deletions

View File

@ -15,8 +15,8 @@ module.exports = {
'@angular/common': {
commonjs2: ['angular2', 'common']
},
'@angular/router' : {
commonjs2: ['angular2', 'router']
'@angular/forms' : {
commonjs2: ['angular2', 'forms']
},
'@angular/http': {
commonjs2: ['angular2', 'http']