ckeditor5 angular Link is not opening in the new tab addTargetToExternalLinks is not working

10 viewsangularckeditorckeditor5
0

I am using angular 13 and ckeditor5 40.2 like below:

<ckeditor [editor]="editorService.Editor" [config]="{ link: { addTargetToExternalLinks: true },language: ‘de’ }" [(ngModel)]="data" (change)="handleEditorChange($event)">
Here in the [config] I provided link & locale, it is working fine for locale but link is not opening in the new tab during rendering, please help me to resolve the issue.