[ADF-2824] Reviewed docs for new components in 2.4 (#3400)

This commit is contained in:
Andy Stark
2018-05-25 13:43:40 +01:00
committed by Eugenio Romano
parent d9923a4fb4
commit 85ff224e26
6 changed files with 104 additions and 57 deletions

View File

@@ -26,6 +26,7 @@ import { MenuButton } from './menu-button.model';
})
export class ButtonsMenuComponent implements OnChanges {
/** Array of buttons that defines the menu. */
@Input() buttons: MenuButton[];
ngOnChanges(changes: SimpleChanges) {