angular-pdf-view
Version:
Angular 5+ component for rendering PDF
26 lines (19 loc) • 316 B
Markdown
# Contribute
* Clone the project
```
git clone https://github.com/mykhalkevych/ng2-pdf-viewer.git
```
* Install dependencies
```
npm install
```
* Run the project
```
npm start
```
* then open in browser
```
http://localhost:4200/
```
* Make changes under `src/`
* Create pull request