angular/modules/@angular
Martin Probst 8409b65153 fix(http): make normalizeMethodName optimizer-compatible. (#12370)
`normalizeMethodName` reflectively accessed the RequestMethod enum. With a smart
optimizer, properties from the enum could be removed or renamed, and so user
code just passing in e.g. 'PATCH' might not work. This change fixes the code to
be more explicit and avoids the optimizer issue.
2016-10-18 11:21:54 -07:00
..
benchpress refactor: simplify isPresent(x) ? x : y to x || y (#12166) 2016-10-10 09:20:58 -07:00
common docs(NgSwitch): fix mismatched tags in example (#12270) 2016-10-17 22:51:56 -07:00
compiler refactor(core): delete unused reflector code 2016-10-17 23:17:34 -07:00
compiler-cli refactor(core): delete unused reflector code 2016-10-17 23:17:34 -07:00
core refactor(core): delete unused reflector code 2016-10-17 23:17:34 -07:00
docs docs: remove outdated docs (#11875) 2016-09-24 08:23:28 +09:00
examples chore(lint): remove unused imports (#11923) 2016-09-27 17:12:25 -07:00
facade refactor(core): delete unused reflector code 2016-10-17 23:17:34 -07:00
forms test(forms): added missing selfOnly tests (#12317) 2016-10-17 22:51:13 -07:00
http fix(http): make normalizeMethodName optimizer-compatible. (#12370) 2016-10-18 11:21:54 -07:00
platform-browser refactor(facade): inline StringWrapper (#12051) 2016-10-06 15:10:27 -07:00
platform-browser-dynamic refactor: simplify isPresent(x) ? x : y to x || y (#12166) 2016-10-10 09:20:58 -07:00
platform-server refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
platform-webworker refactor(core): cleanup SpyObject (#12221) 2016-10-11 15:44:48 -07:00
platform-webworker-dynamic refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
router fix(router): correctly export filter operator in es5 (#12286) 2016-10-17 23:06:19 -07:00
upgrade feat(upgrade): compilerOptions in bootstrap (#10575) 2016-10-11 15:48:08 -07:00
license-banner.txt build: remove JS suffix from the license banner 2016-09-13 21:48:58 -07:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT