mdefy / ngx-markdown-editor

Angular WYSIWYG Markdown editor, especially intended for users unfamiliar with the Markdown syntax.
MIT License
16 stars 5 forks source link

BrowserModule has already been loaded #4

Open EchoBlueIo opened 1 year ago

EchoBlueIo commented 1 year ago

When importing MarkdowneditorModule into lazy loaded feature module Angular throws the following error:

ERROR Error: Uncaught (in promise): Error: BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.