Angular 2 Development with TypeScript

Bok av Yakov Fain
DESCRIPTION Angular 2 is a JavaScript-based development platform for building dynamic, interactive web applications, SPAs, and mobile apps. Angular applications can be built with JavaScript or TypeScript. TypeScript offers great IDE support and the TypeScript compiler helps coders quickly find and fix errors. TypeScript feels familiar, much like using ES6 with the same standard and third-party libraries, idioms, and tools. TypeScript supports classes, modules, annotations, and lazy loading and minimizes the amount of code for supporting the frameworks life cycle, letting developers focus on writing the application code. Angular 2 Development with Typescript teaches the reader Angular 2, while it also teaches TypeScript and how to take advantage of its benefits. This hands-on book begins with an overview of Angular 2 architecture and an introduction to the online auction application that will be developed throughout the book. It teaches TypeScript and how to write classes, interfaces, and generics, as well as how to transpile TypeScript code into todays JavaScript that can be deployed in all Web browsers. More topics include data and views, user interaction with forms, and communicating with servers. Finally, the book shows how to test and deploy Angular 2 applications.   KEY FEATURES Lots of hands-on examples Teaches the TypeScript language Shows how to convert TypeScript into JavaScript that can be deployed in all Web browsers   AUDIENCE This book is for developers with a working knowledge of JavaScript. No prior exposure to AngularJS is needed.   ABOUT THE TECHNOLOGY Angular 2 is a newer, faster, completely-revised version of the popular AngularJS. Its a JavaScript-based development platform for building dynamic, interactive web applications, SPAs, and mobile apps.