Learning Web Programming with TypeScript 2.0 and Angular 2.0

Bill Wagner

  • 出版商: Addison Wesley
  • 出版日期: 2018-04-05
  • 售價: $1,800
  • 貴賓價: 9.5$1,710
  • 語言: 英文
  • 頁數: 300
  • 裝訂: Paperback
  • ISBN: 0134218388
  • ISBN-13: 9780134218380
  • 相關分類: AngularJavaScriptTypeScript
  • 海外代購書籍(需單獨結帳)

商品描述

TypeScript is a powerful, modern superset of JavaScript that is fully compatible with JavaScript and allows developers to build far more robust, efficient, and reliable large-scale software systems. Created within Microsoft, this open source language is now being used at Google, Facebook, and many other organizations requiring superior levels of web application reliability and performance. Using TypeScript, developers can access state-of-the-art features for creating robust code that compiles to pure JavaScript for use with virtually any browser, host, OS, platform, or device. In Learning Web Programming with TypeScript, pioneering software engineering instructor Bill Wagner offers a practical overview of the TypeScript language and TypeScript programming style, explaining why TypeScript can be a more effective solution for many projects that would otherwise demand JavaScript. Next, he helps developers quickly achieve practical proficiency, via a series of expertly-crafted guided labs, code samples, and exercises.

 

One step at a time, Wagner helps developers gain deeper understanding and confidence with the TypeScript type system, basic types, structural and contextual typing, overloading, generics, modules, primitive and object types, enums, classes, interfaces, Lambdas, functions, inheritance, namespaces, organization, and more. You'll learn how to interact with JavaScript libraries, migrate from or coexist with JavaScript, and make the most of your current JavaScript investments. Wagner concludes by discussing TypeScript as an open source project, and explaining how developers can get involved.

 

Learning Web Programming with TypeScript will be valuable to a wide range of developers - especially those who currently use C# or other advanced languages, want comparable facilities and power in their web development projects, and have been frustrated by the traditional limitations of JavaScript.

目錄大綱

1. Overview
2. TypeScript
3. TypeScript and Large Projects
4. TypeScript Development