angular/modules
Richard Sentino 51285666d8 chore(http): remove RequestMethodsMap
This class was only added to do a reverse lookup of
RequestMethods enum to get its name (i.e. "GET") for Dart.
Since Dart is no longer supported by Http, method names
can just be retrieved with TypeScript's support for
enum name lookup,
i.e. RequestMethods[RequestMethods.GET] === 'GET',
making the RequestMethodsMap utility obsolete.

Closes #2904
2015-08-27 08:36:40 -07:00
..
angular1_router refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
angular2 chore(http): remove RequestMethodsMap 2015-08-27 08:36:40 -07:00
angular2_material chore: update all import paths 2015-08-25 15:33:23 -07:00
benchmarks chore: update all import paths 2015-08-25 15:33:23 -07:00
benchmarks_external chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
benchpress chore: update all import paths 2015-08-25 15:33:23 -07:00
examples feat(WebWorkers): Add WebSocket MessageBuses for debugging apps 2015-08-26 19:07:53 -07:00
rtts_assert chore: add repository field to npm package.json files 2015-08-14 18:09:52 +00:00