Angular v19
This commit is contained in:
@@ -7,8 +7,9 @@ import { ClipboardService } from 'ngx-clipboard'
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'fm-item-link',
|
||||
templateUrl: './item-link.component.html'
|
||||
selector: 'fm-item-link',
|
||||
templateUrl: './item-link.component.html',
|
||||
standalone: false
|
||||
})
|
||||
export class ItemLinkComponent implements OnDestroy {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user