# mupdf-webviewer-angular-sample **Repository Path**: mirrors_ArtifexSoftware/mupdf-webviewer-angular-sample ## Basic Information - **Project Name**: mupdf-webviewer-angular-sample - **Description**: An example of how to get started with MuPDFWebViewer for Angular. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-20 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MuPDF WebViewer Angular Sample An example of [MuPDF WebViewer](https://webviewer.mupdf.com) within an Angular project. ## Prerequisites - Node.js - npm ## Before you start - Visit [https://webviewer.mupdf.com/account](https://webviewer.mupdf.com/account) to get a license key. - Copy the license key and replace `YOUR_LICENSE_KEY` in `src/app/app.component.ts` with the license key. > [!TIP] > Ensure to register `localhost` as a domain for your license key if you require to test locally! ## Install ```shell npm ci ``` ## Run ```shell npm run start ``` ## Build ```shell npm run build ```