$compileProvider. debugInfoEnabled(false);(https://docs.angularjs.org/ guide/production#disabling- debug-data)
and
$httpProvider.useApplyAsync(
Since these features are not enabled by default, I'm asking myself if there are any reasons not to use them...
Especially $httpProvider. useApplyAsync(true), are there any drawbacks with this?
I'm sure they are not enabled by default so that there's no risk of breaking currently working applications that may rely on some undocumented behaviour, like debug data or any other.