[contextMenuActions]="true" properties documentation

This commit is contained in:
Eugenio Romano 2018-01-13 00:51:03 +00:00 committed by GitHub
parent c8b37ea36a
commit 068cc0bc27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -564,7 +564,7 @@ actions you have defined in a context menu:
@Component({ @Component({
selector: 'my-view', selector: 'my-view',
template: ` template: `
<adf-document-list>...</adf-document-list> <adf-document-list [contextMenuActions]="true">...</adf-document-list>
<context-menu-holder></context-menu-holder> <context-menu-holder></context-menu-holder>
` `
}) })