Hi Kaptan,

It is written in Typescript. And the advantage is having types, which help 
you prevent certain types of bugs, but more importantly, provide your 
fellow developers with information what you expect when you write a 
function.

example (simple on purpose!)

<https://i.imgur.com/pDmJV0Q.png>

As you can see, when you use the function, you get an overview of all 
parameters, including the type. There will be a red underline if you are 
trying to give the wrong ammount of parameters, or wrong types. This alone 
speeds up development a lot.

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/c6fc090d-afd4-4e80-822a-462831f99773%40googlegroups.com.

Reply via email to