需要js pro的帮助。
以下代码用于切换一些下拉菜单,我已在文档上添加了点击事件以关闭外部点击的下拉列表,但我不确定我是否正在执行此操作正确的方法,我希望它能够进行优化以获得更好的性能。
这是代码,如果您有更好的方法来绑定/取消绑定事件,请告诉我。
import {Component} from 'angular2/core';
@Component({
selector: 'banner',
templateUrl: './app/components/banner/banner.html',
styleUrls: ['./app/components/banner/banner.css']
})