feat(forms): add easy way to switch between forms modules (#9202)

This commit is contained in:
Kara
2016-06-14 18:23:40 -07:00
committed by Rob Wormald
parent fe01e2efb7
commit 22916bb5d1
75 changed files with 3553 additions and 566 deletions

View File

@ -32,6 +32,10 @@ System.config({
main: 'index.js',
defaultExtension: 'js'
},
'@angular/forms': {
main: 'index.js',
defaultExtension: 'js'
},
// remove after all tests imports are fixed
'@angular/facade': {
main: 'index.js',