Jump to ratings and reviews
Rate this book

Typescript 2.X for Angular Developers

Rate this book
Write better, reusable, and predictable Angular apps with typed logic About This Book - Leverage the power of TypeScript for developing large-scale Angular apps - Take advantage of the cutting-edge features of TypeScript 2.x to build high-performing, maintainable applications - Explore the TypeScript implementation of modules, classes, and annotations with Angular components Who This Book Is For This book is for developers who would like to learn to use TypeScript to develop Angular applications. A basic JavaScript knowledge would be beneficial. What You Will Learn - Move from loose types to predictable strict types - Write self-documented API methods and data structures - Understand custom generic types for complex data structures - Implement Contract with Interfaces - Enhance Dependency Injection in Angular via class constructors - Explore TypeScript advanced types - Build Interactive web apps with Angular and TypeScript In Detail TypeScript, a superset of JavaScript, is the default language for building Angular applications from Google. TypeScript 2.0 adds optional static types, classes, and modules to JavaScript, to enable great tooling and better structuring of large JavaScript applications. This book will teach you how to leverage the exciting features of TypeScript while working on Angular projects to build scalable, data-intensive web applications. You will begin by setting up and installing TypeScript and then compile it with JavaScript. You will then learn to write simple JavaScript expressions with TypeScript. You will then go through some built in TypeScript types and accessors. Further you will build web components using TypeScript Interfaces and Decorators. You will go through the Angular form module, which will enable you to write predictable typed forms with TypeScript and learn to use typed DOM events. You will also build a single-page application using the Router module. Lastly, you will consume API data with Angular's HTTP Module and handle responses with RxJS observables. At the end of the book, you will go through different testing and debugging techniques. Style and approach A step-by-step, tutorial-based guide

240 pages, Kindle Edition

Published December 7, 2017

3 people want to read

About the author

Christian Nwamba

3 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (28%)
4 stars
3 (42%)
3 stars
2 (28%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
10 reviews
April 10, 2019
A very good book.. I learnt more than even TypeScript from it.
At the time I read it tho, Angular had upgraded to 7. I hope the author
makes a new edition soon.

The examples were very easy to understand as he used concepts we're
already familiar with.

It's a great book for one who wants to introduce himself to TypeScript
for Angular
51 reviews3 followers
March 6, 2018
A good introductory book to read alongside the Angular documentation. It has many full code examples and builds up the complexity gradually. More advanced concepts such as Observables are only touched upon lightly.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.