Unplanned
Last Updated: 25 Sep 2025 07:28 by Christian
Michael
Created on: 19 Aug 2025 08:43
Category: Kendo UI for Angular
Type: Feature Request
2
Kendo CLI Migration Tool: Option to Suppress Automatic Reformatting of Angular HTML Templates
The migration tool reformats all Angular HTML templates and removes comments. Add an option to suppress these formatting changes. Provide a report of required or proposed migration steps instead of modifying templates directly. Documentation of the formatting rules would also help users understand and manage changes.
1 comment
Christian
Posted on: 25 Sep 2025 07:28

I would prefer if the migration tool only touches kendo tags.

 

The tool does other things which should not be in it's scope:

  • self closing tag syntax is removed (which I added with ng generate @angular/core:self-closing-tag)
  • xhtml self closing (i.e. <img [...] /> is changed to <img [...]> (removed slash)
  • line breaks before the first attribute in the tag are removed