Skip to content

Commit

Permalink
fix(addon-table): tuiCell conflicts (#6609)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jan 30, 2024
1 parent e9ff2ca commit bd6bdab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Directive, Inject, Input, TemplateRef} from '@angular/core';

@Directive({
selector: '[tuiCell]',
selector: 'ng-template[tuiCell]',
})
export class TuiCellDirective {
@Input()
Expand Down

0 comments on commit bd6bdab

Please sign in to comment.