Skip to content

Commit 95c46f4

Browse files
author
Natalia Kazakova (DevExpress)
committed
add readme content
1 parent ba56ff8 commit 95c46f4

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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.
4+
5+
**Demo:** https://devexpress.github.io/web-dashboard-demo/
6+
7+
8+
![demo-image-main](images/demo-image-main.png)
29

3-
This is an Angular application that contains the DevExpress Web Dashboard Angular component.
410

511
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:
612

713
- Publish a Web Dashboard as part of an Angular application.
814
- 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/)).
915
- Use the Web Dashboard with [DevExtreme](https://js.devexpress.com) client-side widgets to create responsive web apps.
1016

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).
12-
13-
**Demo:** https://devexpress.github.io/web-dashboard-demo-preview/
14-
15-
![html-dashboard-demo](https://user-images.githubusercontent.com/17986517/35871357-13796742-0b75-11e8-9b12-a90de4813b96.png)
16-
17-
> 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.
1818
1919

2020
## Demo Structure
@@ -41,7 +41,7 @@ The client part is an Angular application, where the `DxDashboardControlModule`
4141

4242
Contains the application logic.
4343

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`).
4545

4646
## Documentation
4747

images/demo-image-main.png

85.3 KB
Loading

src/app/demo-popup/demo-popup.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
</div>
2020
<div class="dx-dashboard-typography">
2121
<h1>DevExpress Dashboard</h1>
22-
<p class="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+
<p class="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>
2323

24-
<p>Get Started:<br><a href="https://docs.devexpress.com/Dashboard/119109/Getting-Started" target="_blank">https://docs.devexpress.com/Dashboard/119109/Getting-Started</a></p>
25-
<p>Documentation:<br><a href="https://docs.devexpress.com/Dashboard/119108/" target="_blank">https://docs.devexpress.com/Dashboard/119108/</a></p>
24+
<p>Get Started:<br><a href="https://docs.devexpress.com/Dashboard/400322/" target="_blank">https://docs.devexpress.com/Dashboard/400322</a></p>
25+
<p>Documentation:<br><a href="https://docs.devexpress.com/Dashboard/401976/" target="_blank">https://docs.devexpress.com/Dashboard/401976/</a></p>
2626
<p>Source Code:<br><a href="https://github.com/DevExpress/web-dashboard-demo/" target="_blank">https://github.com/DevExpress/web-dashboard-demo</a></p>
2727
</div>
2828
<div class="logo">

0 commit comments

Comments
 (0)