* Disable the default XSRF protection.
()
| 57 | * Disable the default XSRF protection. |
| 58 | */ |
| 59 | static disable(): ModuleWithProviders<HttpClientXsrfModule> { |
| 60 | return { |
| 61 | ngModule: HttpClientXsrfModule, |
| 62 | providers: [withNoXsrfProtection().ɵproviders], |
| 63 | }; |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * Configure XSRF protection. |
nothing calls this directly
no test coverage detected