cuppa-ng2-slidemenu
cuppa-ng2-slidemenu copied to clipboard
how to make link.. Resolve
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