angular-editor icon indicating copy to clipboard operation
angular-editor copied to clipboard

Angular 14: @kolkov/angular-editor Not Loading in MatDialog on Server 3.0.0-beta.0

Open yeshwanthmn opened this issue 1 year ago • 0 comments

Issue: When attempting to utilize @kolkov/angular-editor within a MatDialog component in an Angular 14 project running on Server 3.0.0-beta.0, encountering loading issues. Specifically, upon clicking the popup button, the page becomes unresponsive, resulting in a stuck state where the functionality fails to work as expected.

Explanation: In an Angular 14 project, integrating the @kolkov/angular-editor library within a MatDialog component is intended to provide a rich text editing experience. However, upon triggering the MatDialog, the editor fails to load properly, causing the page to freeze and rendering the application unresponsive.

This issue is particularly notable when deploying the application on Server 3.0.0-beta.0, where the problem seems to manifest consistently.

yeshwanthmn avatar Feb 25 '24 14:02 yeshwanthmn