jonathanoh1
Results
1
issues of
jonathanoh1
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...
enhancement