I need to do this trick, maybe because I use a custom HTML element. If I do not do this,
target in onItemAmounterClick won't have the scrollIntoView method
.html
.ts
onItemAmounterClick(target){
target.__ngContext__[0].scrollIntoView({behavior: 'smooth'});
}