diff --git a/projects/cdk/schematics/ng-update/v4/steps/constants/attrs-to-replace.ts b/projects/cdk/schematics/ng-update/v4/steps/constants/attrs-to-replace.ts index 161d7a433052..7a0b0ee58b94 100644 --- a/projects/cdk/schematics/ng-update/v4/steps/constants/attrs-to-replace.ts +++ b/projects/cdk/schematics/ng-update/v4/steps/constants/attrs-to-replace.ts @@ -296,4 +296,13 @@ export const ATTRS_TO_REPLACE: ReplacementAttribute[] = [ attrName: '[tuiAppearanceFocus]', }, }, + { + from: { + attrName: '*tuiRow', + withTagNames: ['tr'], + }, + to: { + attrName: '*ngFor', + }, + }, ];