Angular 6 or angular cli implementation

Hi all This editor seems to be very cool…I am trying to implement this in my angular 6 project created using cli. How to implement this? any help or demo to install as I am a novice and not able to follow the documentation here Thanks in advance

There is an angular library for prosemirror on github https://github.com/urshofer/ng2-prosemirror but it’s not well documented. The source code is not lengthy, I’d recommend looking at how the component is implemented and recreating it yourself if you have issues with the library.

Thank you so much for the link…but I have tried this its not working…with my limited knowledge I could not implement it in Angular 6. There is one implemented here using Angular 6 and CLI: https://github.com/frederik/angular-elements-with-prosemirror

It is a very complicated case where some custom element is included inside editor…but what I need is a just a prosemirror editor for collaborative editing.