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.
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
Clone the repo:
git clone https://github.com/PSPDFKit/nutrient-web-examples.git
cd nutrient-web-examples/examples/angularInstall the project dependencies:
npm installnpm startThe 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.
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.