RequestMethods, RequestStates and ResponseTypes would make more sense if not plurals:
let method: RequestMethods looks a bit weird, let method: RequestMethod would be better IMHO.
Other enums in the code base are singular (ChangeDetectionStrategy for example).
If you agree with this change I can submit a PR.
RequestMethods,RequestStatesandResponseTypeswould make more sense if not plurals:let method: RequestMethodslooks a bit weird,let method: RequestMethodwould be better IMHO.Other enums in the code base are singular (
ChangeDetectionStrategyfor example).If you agree with this change I can submit a PR.