ngx-markdown
ngx-markdown copied to clipboard
marked import instead of adding to scripts?
I've been looking at this https://github.com/markedjs/marked/pull/1563 shouldn't it now be possible to simply import marked?
HI @fxck,
Yes you're right, it should be possible to import marked now instead of including the whole bundle file.
Any update on this topic? Was just scrolling by, while updating and saw that documentation still states to add bundle to scripts. Either I am missing something or this is closed, since things seem to work fine without it being in scripts list.
Any update?
As per ngx-markdown v17.0.0 the marked dependency is imported using ECMAScript Modules and won't trigger this warning anymore.