Angular EditorJS integration

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 7

  • @onedev7316
    @onedev7316 Рік тому +1

    editor.js styling modification will be a good video

  • @MX1121-t1s
    @MX1121-t1s Рік тому +1

    Thank you very much. You saved me.

  • @therealmanc
    @therealmanc 11 місяців тому

    is this library compatible with angular version 15?

  • @esmahr_
    @esmahr_ 11 місяців тому

    I want to use this library in angular 17 but I get the following error. Do you have a suggestion?
    [vite] Error when evaluating SSR module /main.server.mjs:
    |- ReferenceError: window is not defined

    • @CarbonRiderOnline
      @CarbonRiderOnline  11 місяців тому

      You cannot use it in Server side rendering. It can be rendered only at client side.

    • @esmahr_
      @esmahr_ 11 місяців тому +1

      I found the problem. I guess it depends on which operating system we created the project on. While I received the above error in Linux, this error did not occur when I performed the same operations in Windows.