Skip to content

Latest commit

 

History

History

README.md

Nutrient Web SDK Angular Example

This example shows how Nutrient Web SDK can be integrated in an Angular project. This project was generated with Angular CLI version 20.3.1., although some simplifications have been made to focus on integrating Nutrient Web SDK. For more guided instructions, check out our blog post.

Deploy with Vercel

Prerequisites

Support, Issues and License Questions

Nutrient Web SDK offers support for customers with an active SDK license via https://www.nutrient.io/support/request

Are you evaluating our SDK? That's great, we're happy to help out! To make sure this is fast, please use a work email and have someone from your company fill out our sales form: https://www.nutrient.io/sales

Getting Started

Clone the repo:

git clone https://github.com/PSPDFKit/nutrient-web-examples.git
cd nutrient-web-examples/examples/angular

Install the project dependencies:

npm install

Running the Example

npm start

The example will now be running at http://localhost:4200

To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html.

To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options.

Troubleshooting

If you encounter any issues running Nutrient Web SDK in an Angular application, please check our dedicated Troubleshooting guide to see if there is already a solution.