iProgramer

Results 1 comments of iProgramer

just to clarify ``` public onDeSelectAll(items: any) { console.log(items) } ``` in this example, the parameter items will **always** be empty/undefined, isn't it? So why use it at all? I...