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);
}
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);
}