hrueger / ngx-onlyoffice

An OnlyOffice wrapper library for Angular.
MIT License
7 stars 7 forks source link

Document History #87

Open fabiosalat opened 1 year ago

fabiosalat commented 1 year ago

Hi, is the document history implemented in this onlyoffice wrapper component? ty

hrueger commented 1 year ago

Hi, not sure about that ;-) I haven't used this in a long time. All the logic is here: https://github.com/hrueger/ngx-onlyoffice/blob/master/projects/ngx-onlyoffice/src/lib/ngx-onlyoffice.component.ts There's nothing explicit about history, but it should not be hard to add it. In case you want to make a PR, I'll happily review it.