Hi Deepak,
In general, Kendo UI for Angular suite provides an Editor component, which supports functionalities that allow us to customize text content:
https://www.telerik.com/kendo-angular-ui/components/editor/
Here is an example demonstrating a basic usage:
https://stackblitz.com/edit/angular-u35xk6?file=app/app.component.ts
We can further modify the ToolBar by adding or removing tools so that we can customize the Editor to fit best the project requirements. Out of the box, the component provides text formatting, list, images, and link management options:
https://stackblitz.com/edit/angular-kxm8qe?file=app/app.component.ts
Let us know if we can provide any further help.
Regards,
Martin
Progress Telerik