2016年3月2日 | Leave a comment 问题: 在Angular2 中如何使用jQuery ? jQuery ajax 之类的还是比 Angular2 中提供的http 要简单 解决: 在html 中 引入 jQuery.js 然后在 TypeScript 中可以直接使用 $.get(…) 之类的。 虽然编译有报错但是可以使用。 *还有种方式要引入 ***.d.ts 参考: http://www.typescriptlang.org/Handbook#writing-dts-files