ngx-md icon indicating copy to clipboard operation
ngx-md copied to clipboard

Typo in name of error @Output

Open jrista opened this issue 5 years ago • 1 comments

It looks like the name of the error @Output is actually typoed as errror, with three Rs in a row. In the handleError function, it is trying to reference this.error.emit, and throws because error does not exist.

I have put together a dynamic documentation system where there is the potential for a markdown file to not exist. I need to be able to handle those errors, so a quick fix for this would be great.

Thanks!

jrista avatar Dec 12 '18 17:12 jrista

I've started a PR for a fix for this:

https://github.com/dimpu/ngx-md/pull/165

jrista avatar Dec 13 '18 22:12 jrista