{"id":46109586,"url":"https://github.com/subedigaurav/ngx-pdf-viewer","last_synced_at":"2026-03-13T17:00:47.023Z","repository":{"id":339045462,"uuid":"1160236623","full_name":"subedigaurav/ngx-pdf-viewer","owner":"subedigaurav","description":"headless pdf viewer for angular applications","archived":false,"fork":false,"pushed_at":"2026-02-17T18:11:12.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-17T23:20:57.580Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/subedigaurav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-17T17:46:07.000Z","updated_at":"2026-02-17T18:11:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/subedigaurav/ngx-pdf-viewer","commit_stats":null,"previous_names":["subedigaurav/ngx-pdf-viewer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/subedigaurav/ngx-pdf-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subedigaurav%2Fngx-pdf-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subedigaurav%2Fngx-pdf-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subedigaurav%2Fngx-pdf-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subedigaurav%2Fngx-pdf-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subedigaurav","download_url":"https://codeload.github.com/subedigaurav/ngx-pdf-viewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subedigaurav%2Fngx-pdf-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30471114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-01T22:00:55.627Z","updated_at":"2026-03-13T17:00:47.017Z","avatar_url":"https://github.com/subedigaurav.png","language":"TypeScript","funding_links":[],"categories":["Third Party Components"],"sub_categories":["PDF"],"readme":"# ngx-pdf-viewer\n\nA lightweight PDF viewer library for angular applications.\n\n[![Angular](https://img.shields.io/badge/Angular-21+-DD0031?logo=angular)](https://angular.dev)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.9-3178C6?logo=typescript)](https://www.typescriptlang.org/)\n\n## Features\n\n- **Angular 21+** — Built for modern Angular applications\n- **Lightweight** — Minimal dependencies, optimized bundle size\n- **Type-safe** — Full TypeScript support\n- **Standalone** — Uses Angular standalone components (no NgModules required)\n\n## Installation\n\n```bash\npnpm add @subedigaurav/ngx-pdf-viewer\n```\n\nOr with npm:\n\n```bash\nnpm install @subedigaurav/ngx-pdf-viewer\n```\n\n## Usage\n\nImport the standalone component in your Angular application:\n\n```typescript\nimport { PdfViewerComponent } from '@subedigaurav/ngx-pdf-viewer';\n\n@Component({\n  selector: 'app-document-viewer',\n  standalone: true,\n  imports: [PdfViewerComponent],\n  template: `\u003cngx-pdf-viewer [src]=\"pdfSrc\"\u003e\u003c/ngx-pdf-viewer\u003e`,\n})\nexport class DocumentViewerComponent {\n  pdfSrc = 'https://example.com/document.pdf';\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubedigaurav%2Fngx-pdf-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubedigaurav%2Fngx-pdf-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubedigaurav%2Fngx-pdf-viewer/lists"}