Skip to content

Commit

Permalink
fix: context menu subitems for v19
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jan 4, 2025
1 parent e77caef commit 1e0abed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// [imports]
import { CommonModule } from '@angular/common';

// [component-directive]
imports: [CommonModule],
2 changes: 2 additions & 0 deletions src/presets/context-menu/components/item/item.component.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { ChangeDetectorRef, Component, EventEmitter, HostBinding, HostListener, Input, Output } from '@angular/core';
import { Item } from '../../types';
import { debounce } from '../../debounce';
// [imports]

@Component({
// [component-directive]
selector: 'context-menu-item',
templateUrl: './item.component.html',
styleUrls: ['./item.component.sass', '../../block.sass'],
Expand Down

0 comments on commit 1e0abed

Please sign in to comment.