You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
-
# Dashboard Angular Application
1
+
# Web Dashboard Application on Angular
2
+
3
+
The following application contains the DevExpress Dashboard Component for Angular. The client side is hosted on the GitHub Pages and gets data from the server side that hosts on DevExpress.com.
This is an Angular application that contains the DevExpress Web Dashboard Angular component.
4
10
5
11
The Web Dashboard can be rendered on the client side, with data supplied by an ASP.NET Core / ASP.NET MVC backend. This allows you to do the following:
6
12
7
13
- Publish a Web Dashboard as part of an Angular application.
8
14
- Integrate the Web Dashboard into anything that supports HTTP requests (e.g., websites, web applications). See the following demo for details: [DevExpress Dashboard Demo](https://devexpress.github.io/web-dashboard-demo/)).
9
15
- Use the Web Dashboard with [DevExtreme](https://js.devexpress.com) client-side widgets to create responsive web apps.
10
16
11
-
In the following demo, the Dashboard Angular application is hosted on [GitHub](https://pages.github.com) and the server side is hosted on [DevExpress.com](https://www.devexpress.com).
> Although Web Dashboard components are available for both [Angular](https://docs.devexpress.com/Dashboard/400409) and [React](https://docs.devexpress.com/Dashboard/400683), you can also create an [HTML JavaScript Web Dashboard](https://github.com/devexpress/web-dashboard-demo) application.
17
+
> Web Dashboard components are available for both [Angular](https://docs.devexpress.com/Dashboard/400409) and [React](https://docs.devexpress.com/Dashboard/400683), but you can also create a [JavaScript Web Dashboard](https://github.com/devexpress/web-dashboard-demo) application.
18
18
19
19
20
20
## Demo Structure
@@ -41,7 +41,7 @@ The client part is an Angular application, where the `DxDashboardControlModule`
41
41
42
42
Contains the application logic.
43
43
44
-
The server side of this project is an ASP.NET Core application hosted on DevExpress.com.
44
+
The server side of this project is an ASP.NET Core application hosted on DevExpress.com (`https://demos.devexpress.com/services/dashboard/api`).
Copy file name to clipboardExpand all lines: src/app/demo-popup/demo-popup.component.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@
19
19
</div>
20
20
<divclass="dx-dashboard-typography">
21
21
<h1>DevExpress Dashboard</h1>
22
-
<pclass="description">The following application demonstrates the DevExpress HTML JavaScript Web Dashboard that combines the JavaScript client-side with the ASP.NET MVC / Web API server-side.</p>
22
+
<pclass="description">The following application demonstrates how to create a Web Dashboard applicaiton with the DevExpress Dashboard Component for Angular. The application requires ASP.NET Core / MVC backend to get data from.</p>
0 commit comments