I started to use Typescript and i don't get what differences in these method declarations are:
onSave(){ /*method body*/ }
public onSave = () => { /*method body*/ }
Also, What I am supposed to search on Google or StackOverflow to find more about this topic?
Thank you,
(Sorry for the long post :D)