Skip to content

Commit

Permalink
chore: migrate tuiRow (#9116)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Sep 23, 2024
1 parent f13fc30 commit 7c2872c
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,13 @@ export const ATTRS_TO_REPLACE: ReplacementAttribute[] = [
attrName: '[tuiAppearanceFocus]',
},
},
{
from: {
attrName: '*tuiRow',
withTagNames: ['tr'],
},
to: {
attrName: '*ngFor',
},
},
];

0 comments on commit 7c2872c

Please sign in to comment.