I have defined template
@Component({ selector: \'name\', directives: [ ... ], templateUrl: \'name.html\' })
and class
Set (scroll)="yourFunction($event)" within the template at the corresponding element.
(scroll)="yourFunction($event)"