<ckeditor
[config]="{ uiColor: '', removeButtons: 'Source,Save,Print'}"
[readonly]="false"
debounce="500"
[(ngModel)]="emailContents"
name="emailContent"
#emailContent="ngModel"
required
>
</ckeditor>
上图是CKEditor提供的模板,用于将Ckeditor嵌入模板中。我已经将CKEditor放入了模态。问题是,单击模式时,它会打开,并且编辑器需要花费一些时间来加载。在CKEditor完全加载之前,我可以使用哪种方法来显示加载器或微调器。