VadimDez/ng2-pdf-viewer

Open Document in a New Browser Tab/Window

maks-humeniuk opened this issue · 0 comments

Bug Report or Feature Request (mark with an x)
- [ ] Regression (a behavior that used to work and stopped working in a new release)
- [ ] Bug report -> please search issues before submitting
- [x] Feature request
- [ ] Documentation issue or request

Would it be possible to open the document in a new browser tab, e.g. the way it's implemented in ng2-pdfjs-viewer (see [externalWindow] option)?

Or maybe it's already possible via [external-link-target]="'blank'", but I'm not sure how to use it properly.