doc-viewer-angular
Version:
Angular document viewer.
42 lines (30 loc) • 1.21 kB
Markdown
* updated packages
* added support for objectUrls docx and pdf files (docx using mammoth see readme, pdf using embedded viewer)
* added option to add an overlay to disable/hide office popout button and menu.
# 0.1.27 (01/08/2019)
* added option to add an overlay to disable/hide googles popout button, and/or selecting text.
# 0.1.26 (01/08/2019)
* fix for error when url is changed from != null to null
* added googleCheckContentLoaded to be able to skip the check if the iframe content is loaded
* support for angular9
* use angular8
* act on viewer change
* if iframe is null initially try to get it while polling if loaded.
* try for 20 seconds to load document
* fixed interval reload check
* fixed wrong import of Event type
* Added loaded event to notify when google iframe is loaded (google only)
* Interval time back to 3000ms
# 0.1.14 (5/20/2019)
* Google Hack from AfterviewInit to ngOnChanges
# 0.1.13 (5/20/2019)
* support changing url with ngOnChanges