Preface
TypeScript has been a revolution in client-side development. It has taken mainstream concepts, such as types, classes, interfaces, generics, and decorators, and introduced them to the JavaScript world. The best part is that TypeScript does not introduce any new language but provides features that are currently in TC39 discussions for JavaScript.
All JavaScript code is valid TypeScript code, which allows developers to migrate and use TypeScript in the existing application. In this book, we will comprehensively cover TypeScript features, from basic features to advanced ones. We will introduce the features along with hands-on application development to aid better understanding.
Along with TypeScript, we will also look at Angular and ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access