kolkov / angular-editor

A simple native WYSIWYG editor component for Angular 6 -14+
https://angular-editor.kolkov.ru
MIT License
671 stars 357 forks source link

How to use dynamic value? #561

Closed fullstact69 closed 2 months ago

fullstact69 commented 2 months ago

<angular-editor ... [(ngModel)]="{{data[i]}}"> Like this, I want to know how it will be used the dynamic value inside for loop.