import { BuiRichTextEditor } from 'ng-blatui';
<bui-rich-text-editor [(value)]="html" />
Prefilled
<!-- seed the model with initial HTML -->
<bui-rich-text-editor [(value)]="html" />
// html = signal('<h3>Welcome</h3><p>Starts <strong>prefilled</strong>.</p>')