refactor(http): move http files to top-level module
Closes #2680 Closes #3417
This commit is contained in:
@ -10,7 +10,7 @@ module.exports = new Package('angular-v2-public-docs', [basePackage])
|
||||
'angular2/core.ts',
|
||||
'angular2/di.ts',
|
||||
'angular2/directives.ts',
|
||||
'angular2/http.ts',
|
||||
'http/http.ts',
|
||||
'angular2/forms.ts',
|
||||
'angular2/router.ts',
|
||||
'angular2/test.ts',
|
||||
|
Reference in New Issue
Block a user