Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
Typescript function() vs () => in angular
Asked
Jun 02 '18 at 17:46
Active
Jun 02 '18 at 17:46
Viewed
22 times
1
Is there a difference between
function {}
And
() => {}
Thank you
javascript
asked Jun 02 '18 at 17:46
cs378
26
3
If you search for `Is there a difference betweenfunction {} and () => {}` you will get [What's the difference between function and => in TypeScript?](https://stackoverflow.com/questions/41115464) as top match.
–
t.niese
Jun 02 '18 at 17:52
0 Answers
0