-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Unexpected token ':' #540
Comments
May be same as #520 |
Getting the same error using Angular 17.3, did you find a solution? @jowin202 |
I had the same problem and solved adding |
Yeah the reason it could be working is when you do The reason this happens is because, the underlying library prosemirror doesn't support SSR, reason here #520 (comment) |
What happened?
Hi,
I'm following this tutorial (https://sibiraj-s.github.io/ngx-editor/introduction/) and I do exactly what it is said
Then I put
import { NgxEditorModule } from 'ngx-editor';
into my component
and I add
NgxEditorModule
to my imports ... now the error is here.Version
newest: "npm install ngx-editor" on ubuntu 24.04
Angular Version
newest under ubuntu 24.04
What browsers are you seeing the problem on?
Firefox
Link to reproduce
No response
Relevant log output
Willing to submit a PR?
None (maybe later if I'm more advanced in angular/ts)
The text was updated successfully, but these errors were encountered: