Skip to content

Commit

Permalink
fix(experimental): tuiCell conflicts (#7369)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed May 6, 2024
1 parent 3e00634 commit 291602e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/experimental/directives/cell/cell.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import {TuiCellComponent} from './cell.component';

@Directive({
selector: '[tuiCell]',
selector: '[tuiCell]:not(ng-template)',
providers: [
tuiAvatarOptionsProvider({size: 's'}),
tuiButtonOptionsProvider({size: 's'}),
Expand Down

0 comments on commit 291602e

Please sign in to comment.