I tried to copy the code but doesn't work. I'm using prism.js but when i use ngAfterViewChecked the copy does'nt work anymore.
when I add in my component :
public ngAfterViewChecked(): void {
if (!this.highlighted) {
this.highlightService.highlightAll();
this.highlighted=true;
}
}
the copy doesn't work any more . Any solution please?