摘要: Decorators are a feature of TypeScript that are becoming more and more common in many major libraries. This lesson walks you through what decorators a 阅读全文
posted @ 2016-06-10 17:39 Zhentiw 阅读(160) 评论(0) 推荐(0)
摘要: Using TypeScript when installing packages from npm often requires you to install related definition files. This lesson shows you how to use typings to 阅读全文
posted @ 2016-06-10 03:22 Zhentiw 阅读(292) 评论(0) 推荐(0)
摘要: One of the most confusing parts of getting started with TypeScript is figuring out how to use all the libraries that you know and love from JavaScript 阅读全文
posted @ 2016-06-10 02:14 Zhentiw 阅读(2286) 评论(0) 推荐(0)
摘要: This lesson covers using your first TypeScript Interface and what happens to the Interface when it is compiled down to JavaScript. Define the interfac 阅读全文
posted @ 2016-06-10 01:59 Zhentiw 阅读(118) 评论(0) 推荐(0)