Skip to content

Commit

Permalink
chore: make remove di-entity from public API
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Dec 2, 2024
1 parent 866a538 commit 51d0683
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class TuiDropdownOpenMonitorDirective {
constructor(
@Self() @Inject(TuiDestroyService) destroy$: Observable<unknown>,
@Inject(TUI_HOSTED_DROPDOWN_COMPONENT)
readonly hosted: TuiInjectionTokenType<typeof TUI_HOSTED_DROPDOWN_COMPONENT>,
hosted: TuiInjectionTokenType<typeof TUI_HOSTED_DROPDOWN_COMPONENT>,
@Self() @Inject(TuiDropdownDirective) dropdown: TuiDropdownDirective,
@Optional()
@Inject(TuiDropdownOpenDirective)
Expand Down

0 comments on commit 51d0683

Please sign in to comment.