mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| angular1_router | ||
| angular2 | ||
| angular2_material | ||
| benchmarks | ||
| benchmarks_external | ||
| benchpress | ||
| examples | ||
| rtts_assert | ||