Skip to main content

Installation

Use @markpdf/angular when you want an Angular service built around HttpClient and RxJS. In production, Angular should usually call your own backend instead of sending a private API key to the browser.

Install

Configure Angular

app.config.ts
A key configured in Angular is visible in the browser. For production public apps, call your own backend and keep the private API key there.

API endpoint

The production API endpoint is:

Next step

Continue with Quickstart.