Docs Blog Tutorials ProSoon Contact
Follow on X GitHub
Topic

Rich text editing in Angular

Most editor libraries treat Angular as a port of the React version. Domternal was built the other way around, so the Angular components are standalone, signal-driven and OnPush by default, and they work in a zoneless application without an NgZone shim. These posts and tutorials cover reactive-forms integration, change-detection boundaries, and what breaks when ProseMirror events fire outside the zone.

Articles and tutorials

In the docs

Angular guide → Components, inputs and forms integration. Toolbar → Extending the toolbar from your own extensions. Theming → Restyling the editor with CSS custom properties.

More topics

ProseMirrorNotion-styleTypeScriptAccessibility

Back to all articles or all tutorials.