Sfoglia il codice sorgente

playing around component contents

tags/2.037
Patrick Sun 5 anni fa
parent
commit
a628321c43
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. +1
    -4
      src/app/app.component.html

+ 1
- 4
src/app/app.component.html Vedi File

@@ -6,10 +6,7 @@

<router-outlet></router-outlet>

<div #target class="target">
<p class="placeholder">Right-click to open Context menu</p>
</div>
<kendo-contextmenu [target]="target" [items]="items"> </kendo-contextmenu>


<hr>


Loading…
Annulla
Salva