- TypeScript Essentials
- Christopher Nance
- 268字
- 2021-08-05 17:43:23
What this book covers
Chapter 1, Getting Started with TypeScript, covers setting up an environment for developing TypeScript applications and creating a simple application.
Chapter 2, TypeScript Basics, covers the primary language features that TypeScript creates on top of JavaScript and how each of these features compiles into plain JavaScript.
Chapter 3, The TypeScript Compiler, examines the TypeScript compiler and the different parameters that it accepts. The results of the different parameters will be discussed as well as how they affect the final JavaScript output.
Chapter 4, Object-oriented Programming with TypeScript, is all about the basics of object-oriented programming. You will be presented with the benefits that TypeScript adds to make ECMA Script a more full-fledged object-oriented language.
Chapter 5, Creating a Simple Drawing Application, walks you through creating a simple drawing application using the concepts already covered in the book. By the end of the chapter, you will have created a web-based drawing application that will give you a good understanding of writing complex applications using TypeScript.
Chapter 6, Declaration Files and Library Integrations, discusses declaration files and how they help us integrate with other JavaScript libraries. Libraries such as jQuery, KnockoutJS, and RequireJS will be covered.
Chapter 7, Enhancing the Drawing Application, re-examines the drawing application and shows you how to create a more reusable set of objects. Module definitions will be created and the process of minifying code is covered.
Chapter 8, Debugging TypeScript, discusses the different options available to debug TypeScript once it is deployed and running. We also cover unit testing and test-driven development, which will allow us to test functionality with code.
- SoapUI Cookbook
- Python機器學(xué)習(xí):數(shù)據(jù)分析與評分卡建模(微課版)
- 跟老齊學(xué)Python:輕松入門
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 深入理解Java7:核心技術(shù)與最佳實踐
- 從Java到Web程序設(shè)計教程
- 軟件測試教程
- 從零開始學(xué)Python網(wǎng)絡(luò)爬蟲
- 愛上C語言:C KISS
- 貫通Tomcat開發(fā)
- Mobile Forensics:Advanced Investigative Strategies
- Android編程權(quán)威指南(第4版)
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- C語言開發(fā)寶典