github/markdown-toolbar-element

Doesn't Work With Angular Universal

Closed this issue · 1 comments

The core code seems to reference the window object directly, which as we know is bad code. This can't be used with Angular Universal as is.

We don't align components like this to any specific frameworks so I'm gonna close this as a won't fix. Looks like there's a issue open on the Angular Universal issue tracker for Custom Element support.

angular/angular#48746