Skip to content

NIK-Vivendi/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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 81.9%
  • TypeScript 11.7%
  • HTML 6.4%