viewChild() and input() are stable from Angular 19; developer preview before that. On older versions, use @ViewChild, @Input, and ngOnDestroy in place of inject(DestroyRef).
Install
Basic setup
Full component
A reusable editor component with mode switching and export:Handle file uploads
Next steps
- Configuration - Full configuration options
- Methods - All available methods
- Angular Example - Working example on GitHub

