dimpu / ngx-md

Angular(ngx) directive for parsing markdown content in your web application.
https://dimpu.github.io/ngx-md/
266 stars 80 forks source link

Angular Universal (server side rendering) support #149

Open GabrielCoriiu opened 6 years ago

GabrielCoriiu commented 6 years ago

Awesome package, but could you please make sure it works with Universal as well? It says

ERROR ReferenceError: document is not defined
    at decodeHtml
    at MarkdownComponent.processRaw
    at MarkdownComponent.ngAfterViewInit

Thanks

h3xx commented 3 years ago

Try it now that #213 is merged.