chore: add forms, update router

This commit is contained in:
Filipe Silva 2016-06-17 15:19:31 +01:00 committed by Naomi Black
parent 3cb219c5ab
commit 9e1e5a1ef8
7 changed files with 9 additions and 2 deletions

View File

@ -10,10 +10,11 @@
"@angular/common": "2.0.0-rc.2",
"@angular/compiler": "2.0.0-rc.2",
"@angular/core": "2.0.0-rc.2",
"@angular/forms": "0.1.0",
"@angular/http": "2.0.0-rc.2",
"@angular/platform-browser": "2.0.0-rc.2",
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
"@angular/router": "2.0.0-rc.2",
"@angular/router": "3.0.0-alpha.7",
"@angular/router-deprecated": "2.0.0-rc.2",
"@angular/upgrade": "2.0.0-rc.2",

View File

@ -14,10 +14,11 @@
"@angular/common": "2.0.0-rc.2",
"@angular/compiler": "2.0.0-rc.2",
"@angular/core": "2.0.0-rc.2",
"@angular/forms": "0.1.0",
"@angular/http": "2.0.0-rc.2",
"@angular/platform-browser": "2.0.0-rc.2",
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
"@angular/router": "2.0.0-rc.2",
"@angular/router": "3.0.0-alpha.7",
"@angular/router-deprecated": "2.0.0-rc.2",
"@angular/upgrade": "2.0.0-rc.2",

View File

@ -25,6 +25,7 @@
'common',
'compiler',
'core',
'forms',
'http',
'platform-browser',
'platform-browser-dynamic',

View File

@ -33,6 +33,7 @@
'common',
'compiler',
'core',
'forms',
'http',
'platform-browser',
'platform-browser-dynamic',

View File

@ -25,6 +25,7 @@
'common',
'compiler',
'core',
'forms',
'http',
'platform-browser',
'platform-browser-dynamic',

View File

@ -25,6 +25,7 @@
'common',
'compiler',
'core',
'forms',
'http',
'platform-browser',
'platform-browser-dynamic',

View File

@ -13,6 +13,7 @@
"@angular/common": "2.0.0-rc.2",
"@angular/compiler": "2.0.0-rc.2",
"@angular/core": "2.0.0-rc.2",
"@angular/forms": "0.1.0",
"@angular/http": "2.0.0-rc.2",
"@angular/platform-browser": "2.0.0-rc.2",
"@angular/platform-browser-dynamic": "2.0.0-rc.2",