what is ... syntax? (found in Angular2)

Viewed 1535

I don't know if this syntax or symbol or whatever belongs to Angular2 or something else...

but I wonder with,

what ... syntax is and how it works behind the scene?

ngOnChanges(...args:any[])
{
   console.log(args);
}
3 Answers
Related