Skip to content

Commit 024825d

Browse files
maliqhansl
authored andcommitted
added @angular/forms in system-config.ts angular#1199 (angular#1200)
* added @angular/forms in system-config.ts angular#1199 * upgrade @angular/forms dependency to 0.2.0
1 parent 8372755 commit 024825d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

addon/ng2/blueprints/ng2/files/__path__/system-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const barrels: string[] = [
2222
'@angular/core',
2323
'@angular/common',
2424
'@angular/compiler',
25+
'@angular/forms',
2526
'@angular/http',
2627
'@angular/router',
2728
'@angular/platform-browser',

addon/ng2/blueprints/ng2/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@angular/common": "2.0.0-rc.3",
1717
"@angular/compiler": "2.0.0-rc.3",
1818
"@angular/core": "2.0.0-rc.3",
19-
"@angular/forms": "0.1.1",
19+
"@angular/forms": "0.2.0",
2020
"@angular/http": "2.0.0-rc.3",
2121
"@angular/platform-browser": "2.0.0-rc.3",
2222
"@angular/platform-browser-dynamic": "2.0.0-rc.3",

0 commit comments

Comments
 (0)