scroll event on Hostlistener

后端 未结 5 1359
一生所求
一生所求 2020-12-31 22:19

I have defined template

@Component({
    selector: \'name\',
    directives: [ ... ],
    templateUrl: \'name.html\'
})

and class



        
5条回答
  •  一生所求
    2020-12-31 22:58

    Set (scroll)="yourFunction($event)" within the template at the corresponding element.

提交回复
热议问题