From 6163b7d8a67c308438fc983b1ed93117bd40dc90 Mon Sep 17 00:00:00 2001 From: Vlada Skorohodova <94827090+vladaskorohodova@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:50:54 +0400 Subject: [PATCH 1/2] Update client-side-without-jquery.md --- docs/client-side-without-jquery.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/client-side-without-jquery.md b/docs/client-side-without-jquery.md index 45d6cc1ed..6576fc756 100644 --- a/docs/client-side-without-jquery.md +++ b/docs/client-side-without-jquery.md @@ -60,4 +60,8 @@ import { DxDataGridModule } from 'devextreme-angular'; bootstrap: [AppComponent] }) export class AppModule { } -``` \ No newline at end of file +``` + +## Intercept HTTP Requests in Angular Applications + +In v24.1, we introduced a capability to intercept Ajax requests in DevExtreme Angular components. For more information, refer to the following help topic: [Intercept HTTP Requests](https://js.devexpress.com/Angular/Documentation/Guide/Angular_Components/Common_Features/Intercept_HTTP_Requests/). From 79548411779db35d52e1a51fb7fc160e748307a1 Mon Sep 17 00:00:00 2001 From: Vlada Skorohodova <94827090+vladaskorohodova@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:46:31 +0400 Subject: [PATCH 2/2] Update docs/client-side-without-jquery.md Co-authored-by: DirkPieterse --- docs/client-side-without-jquery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client-side-without-jquery.md b/docs/client-side-without-jquery.md index 6576fc756..6f4fdd1bb 100644 --- a/docs/client-side-without-jquery.md +++ b/docs/client-side-without-jquery.md @@ -64,4 +64,4 @@ export class AppModule { } ## Intercept HTTP Requests in Angular Applications -In v24.1, we introduced a capability to intercept Ajax requests in DevExtreme Angular components. For more information, refer to the following help topic: [Intercept HTTP Requests](https://js.devexpress.com/Angular/Documentation/Guide/Angular_Components/Common_Features/Intercept_HTTP_Requests/). +In v24.1, we added the ability to intercept Ajax requests in DevExtreme Angular components. For more information, refer to the following help topic: [Intercept HTTP Requests](https://js.devexpress.com/Angular/Documentation/Guide/Angular_Components/Common_Features/Intercept_HTTP_Requests/).