# em-viewer-web

> [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/hmcts/em-viewer-web.svg?branch=master)](https://travis-ci.org/hmcts/em-viewer-web) [![codecov](https://code

Latest version **0.0.17** (published 2018-05-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install em-viewer-web
pnpm add em-viewer-web
yarn add em-viewer-web
bun add em-viewer-web
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.17 |
| Published | 2018-05-02 |
| First published | 2018-03-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 26 |
| Unpacked size | 425.5 KB |
| Known vulnerabilities | 0 (+29 in 6 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | HMCTS |
| Maintainers | jenkins-reform-hmcts |

## Links

- npm: https://www.npmjs.com/package/em-viewer-web
- Repository: https://github.com/hmcts/em-viewer-web
- Homepage: https://github.com/hmcts/em-viewer-web#readme
- Issues: https://github.com/hmcts/em-viewer-web/issues
- npm.io page: https://npm.io/package/em-viewer-web

## Dependencies (26)

- [http](https://npm.io/package/http.md) ^0.0.0
- [rxjs](https://npm.io/package/rxjs.md) ^5.5.2
- [snyk](https://npm.io/package/snyk.md) ^1.59.1
- [yarn](https://npm.io/package/yarn.md) 1.2.1
- [tslib](https://npm.io/package/tslib.md) ^1.7.1
- [config](https://npm.io/package/config.md) ^1.30.0
- [core-js](https://npm.io/package/core-js.md) ^2.4.1
- [express](https://npm.io/package/express.md) ^4.16.2
- [zone.js](https://npm.io/package/zone.js.md) ^0.8.14
- [cross-env](https://npm.io/package/cross-env.md) ^5.0.5
- [jwt-decode](https://npm.io/package/jwt-decode.md) ^2.2.0
- [pdfjs-dist](https://npm.io/package/pdfjs-dist.md) 1.9.661
- [@angular/core](https://npm.io/package/@angular/core.md) ^5.0.0
- [@angular/http](https://npm.io/package/@angular/http.md) ^5.0.0
- [@angular/forms](https://npm.io/package/@angular/forms.md) ^5.0.0
- [ng2-pdf-viewer](https://npm.io/package/ng2-pdf-viewer.md) ^4.1.2
- [@angular/common](https://npm.io/package/@angular/common.md) ^5.0.0
- [@angular/router](https://npm.io/package/@angular/router.md) ^5.0.0
- [@angular/compiler](https://npm.io/package/@angular/compiler.md) ^5.0.0
- [@types/pdfjs-dist](https://npm.io/package/@types/pdfjs-dist.md) ^0.1.1
- [@angular/animations](https://npm.io/package/@angular/animations.md) ^5.0.0
- [govuk-elements-sass](https://npm.io/package/govuk-elements-sass.md) ^3.1.2
- [govuk_template_jinja](https://npm.io/package/govuk_template_jinja.md) ^0.23.0
- [@angular/platform-browser](https://npm.io/package/@angular/platform-browser.md) ^5.0.0
- [@louisblack/pdf-annotate.js](https://npm.io/package/@louisblack/pdf-annotate.js.md) 0.0.4
- [@angular/platform-browser-dynamic](https://npm.io/package/@angular/platform-browser-dynamic.md) ^5.0.0

## Recent versions

- 0.0.17 (latest) — 2018-05-02
- 0.0.16 — 2018-04-26
- 0.0.15 — 2018-04-24
- 0.0.14 — 2018-03-23
- 0.0.13 — 2018-03-19
- 0.0.12 — 2018-03-19
- 0.0.11 — 2018-03-16
- 0.0.10 — 2018-03-15
- 0.0.9 — 2018-03-15
- 0.0.8 — 2018-03-14
- 0.0.7 — 2018-03-10
- 0.0.6 — 2018-03-10
- 0.0.5 — 2018-03-10
- 0.0.4 — 2018-03-08
- 0.0.3 — 2018-03-08
- … 2 more at https://npm.io/package/em-viewer-web/versions

## README

# Evidence Management Viewer Web
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/hmcts/em-viewer-web.svg?branch=master)](https://travis-ci.org/hmcts/em-viewer-web) 
[![codecov](https://codecov.io/gh/hmcts/em-viewer-web/branch/master/graph/badge.svg)](https://codecov.io/gh/hmcts/em-viewer-web) 
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8931f0f4be494ecc9ff88d11b367d21e)](https://www.codacy.com/app/HMCTS/em-viewer-web) 
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/8931f0f4be494ecc9ff88d11b367d21e)](https://www.codacy.com/app/HMCTS/em-viewer-web) 
[![Known Vulnerabilities](https://snyk.io/test/github/hmcts/em-viewer-web/badge.svg)](https://snyk.io/test/github/hmcts/em-viewer-web) 
[![npm version](https://badge.fury.io/js/em-viewer-web.svg)](https://www.npmjs.com/package/em-viewer-web)

This project is a viewer front end component for the Document Management service.

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.0.

## Development server

To develop locally...

* `./buildrun-docker-dependencies.sh` to spin up dependencies in Docker.
* Run `./bin/idam/idam.sh` to get a service token from
* Add the service token to the `app.js` file.
* `yarn install`
* `ng build --watch`
* `node app.js`

---
_Source: https://npm.io/package/em-viewer-web · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
