rf2001dev

Results 1 comments of rf2001dev

change app.component.ts find: private onItemSelect(item: any) { console.log(item); } and just call onMenuClose() so will be something like private onItemSelect(item: any) { onMenuClose(); }