cuppa-ng2-slidemenu icon indicating copy to clipboard operation
cuppa-ng2-slidemenu copied to clipboard

how to make link.. Resolve

Open jonathanoh1 opened this issue 7 years ago • 0 comments

only use the function that show the article. this functions onItemSelect should be contain the function navigate or navigateByUrl using item.link private onItemSelect(item:any){ console.log(JSON.parse(JSON.stringify(item.link))); this.router.navigateByUrl(JSON.parse(JSON.stringify(item.link))); } now I just need to know how to hide the slide again, because it is showing later that used the link

jonathanoh1 avatar Oct 24 '17 14:10 jonathanoh1