Angular 2 Hover event

前端 未结 9 1147
深忆病人
深忆病人 2020-12-02 06:20

In the new Angular2 framework, does anyone know the proper way to do a hover like an event?

In Angular1 there was ng-Mouseov

9条回答
  •  一生所求
    2020-12-02 06:39

    @Component({
        selector: 'drag-drop',
        template: `
            

    Drag 'n Drop

    `, })

    http://lishman.io/angular-2-event-binding

提交回复
热议问题