I was curious if I can get element properties form component template. So I have made simple div with class and I\'ve made this class:
itemClick(dom){ var height=dom.clientHeight; // ... }