Skip to content

Commit d0eef78

Browse files
Update client-side-without-jquery.md (#653)
Co-authored-by: DirkPieterse <dirk.pieterse@devexpress.com>
1 parent ac323a3 commit d0eef78

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/client-side-without-jquery.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@ import { DxDataGridModule } from 'devextreme-angular';
6060
bootstrap: [AppComponent]
6161
})
6262
export class AppModule { }
63-
```
63+
```
64+
65+
## Intercept HTTP Requests in Angular Applications
66+
67+
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/).

0 commit comments

Comments
 (0)