Added open menu option choice

This commit is contained in:
Vito Albano
2016-11-09 01:10:26 +00:00
parent 5e37af5d69
commit 0de0591abb
3 changed files with 8 additions and 3 deletions

View File

@@ -37,6 +37,9 @@ export class UserInfoComponent implements OnInit {
@Input()
bpmBackgroundImage: string;
@Input()
menuOpenType: string = 'right';
@Input()
fallBackThumbnailImage: string;