Skip to content

Commit 82b2745

Browse files
committed
Merge pull request DefinitelyTyped#4753 from vilmosioo/vilmosioo-fix/IHttpProviderDefaults
IHttpProviderDefaults should have a cache property
2 parents 6710c3c + a4619c4 commit 82b2745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

angularjs/angular.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,6 +1414,7 @@ declare module angular {
14141414
* https://docs.angularjs.org/api/ng/service/$http#defaults
14151415
*/
14161416
interface IHttpProviderDefaults {
1417+
cache?: boolean;
14171418
xsrfCookieName?: string;
14181419
xsrfHeaderName?: string;
14191420
withCredentials?: boolean;

0 commit comments

Comments
 (0)