Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning TypeScript 2.x

You're reading from   Learning TypeScript 2.x Develop and maintain captivating web applications with ease

Arrow left icon
Product type Paperback
Published in Apr 2018
Publisher
ISBN-13 9781788391474
Length 536 pages
Edition 2nd Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
 Jansen Jansen
Author Profile Icon Jansen
Jansen
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Introducing TypeScript FREE CHAPTER 2. Working with Types 3. Working with Functions 4. Object-Oriented Programming with TypeScript 5. Working with Dependencies 6. Understanding the Runtime 7. Functional Programming with TypeScript 8. Working with Decorators 9. Automating Your Development Workflow 10. Node.js Development with TypeScript 11. Frontend Development with React and TypeScript 12. Frontend Development with Angular and TypeScript 13. Application Performance 14. Application Testing 15. Working with the TypeScript Compiler and the Language Services 16. Other Books You May Enjoy

Object-Oriented Programming with TypeScript

In the previous chapter, we learned how to work with functions and how to take advantage of some asynchronous programming APIs. In this chapter, we are going to learn how to implement TypeScript applications using the object-oriented programming (OOP) paradigm. We are going to learn about the following topics:

  • Classes
  • Association, aggregation, and composition
  • Inheritance
  • Mixins
  • Generic classes
  • Generic constraints
  • Interfaces
  • The SOLID principles
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime