add deprecated tag for old double tag

This commit is contained in:
Eugenio Romano
2018-03-29 10:34:04 +01:00
parent aaddc58bfd
commit 99abef0b0a
5 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
import { Directive, HostListener, Input } from '@angular/core';
import { ContextMenuService } from './context-menu.service';
// @deprecated 2.3.0 context-menu tag removed
@Directive({
selector: '[adf-context-menu], [context-menu]'
})