Yes, the same issue reproduced in my project. So I just had to initialize the initial value with empty string:
privacy_policy=' ';
<ckeditor [editor]="Editor" [config]="editorConfig [(ngModel)]="privacy_policy" (ready)="onReady($event)">