标签: jquery angular typescript
在尝试以角度获取错误TS2339输入以下脚本时:类型'JQuery'不存在属性'tabs'。
其中#mainTabs是标签部分ID
$(function() { $( "#mainTabs" ).tabs(); });