Skip to content

Sample project with the Web Document Viewer integrated in Angular App.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/reporting-angular-integrate-web-document-viewer

Repository files navigation

Reporting for Angular - Integrate a Web Document Viewer in Angular App

This example incorporates the Web Document Viewer into a client-side app built with Angular. The example consists of two parts:

Quick Start

Server

In the ServerApp folder, run the following command:

dotnet run

The server starts at http://localhost:5000. To debug the server, run the application in Visual Studio.

Client

In the angular-document-viewer folder, run the following commands:

npm install
npm start
  1. Point your browser to http://localhost:4200/ to see the result.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)