Arrow functions are especially useful when you're inside a method or constructor, and want to access the value of this
from the outer context.
Loading TypeScript...
Arrow functions are especially useful when you're inside a method or constructor, and want to access the value of this
from the outer context.