Skip to content

Commit

Permalink
chore: update popover.directive.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Feb 2, 2024
1 parent 4dee318 commit 15b9c44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/cdk/directives/popover/popover.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {PolymorpheusTemplate} from '@tinkoff/ng-polymorpheus';
import {distinctUntilChanged, endWith, ignoreElements, share, Subject} from 'rxjs';

@Directive()
// eslint-disable-next-line @typescript-eslint/naming-convention
export abstract class TuiPopoverDirective<T>
extends PolymorpheusTemplate<TuiPopover<T, void>>
implements OnChanges
Expand Down

0 comments on commit 15b9c44

Please sign in to comment.