如何摆脱这个错误?
jQuery(this.el.nativeElement.children[0]).slider('option', optionName, this.value);
错误:
file: 'file:/slider_component/slider.component.ts'
severity: 'Error'
message: 'Property 'slider' does not exist on type 'JQuery'.'
at: '85,55'
source: 'ts'
答案 0 :(得分:1)
尝试在组件顶部添加此内容
declare let jQuery: any;
答案 1 :(得分:0)
你应该使用jQueryUI,你可以在http://jqueryui.com/download/
获取它jQuery本身没有滑块属性