[ADF-1708] Context Menu - Material Design implementation (#2456)

* use angular material

* removed fdescribe
This commit is contained in:
Cilibiu Bogdan
2017-10-11 12:14:52 +03:00
committed by Eugenio Romano
parent fcda2228fa
commit c400d83b34
4 changed files with 327 additions and 138 deletions

View File

@@ -45,6 +45,12 @@ export class MyComponent implements OnInit {
}
```
### Properties
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| showIcons | boolean | false | Render defined icons |
## Details
See **Demo Shell** or **DocumentList** implementation for more details and use cases.