This repository contains an Angular project that demonstrates how to load and display PDF documents using the Syncfusion PDF Viewer component. It showcases how to integrate the viewer into an Angular application and render PDF files with features like zooming, navigation, and text selection.
To run the Angular sample
Step 1 Open a terminal or command prompt.
Step 2 Navigate to the root directory of the AngularClient sample.
Step 3 Run the command npm install to install the necessary dependencies specified in the package.json file.
npm install
Step 4 Once the installation is complete, run ng serve --open to start the Angular development server and open the PDF Viewer component in your default browser.
ng serve --open
For a detailed walkthrough, refer to the blog post:
👉 How to Load and View PDF Files in an Angular App