This is a guide with basic concepts about OOP in TypeScript.
For this you can review the notes (only in Spanish) in the blog section "TypeScript" > "TypeScript Programación Orientado a Objeto y Asincronismo" Blog Notes
This project is for educational purposes only
Concepts and basics in OOP and asynchronous in TypeScript.
- Classes
- Interfaces
- Inheritance
- Polymorphism
- Encapsulation
- Abstraction
- Static
- Singleton
- Promises
- HTTP Typing Response
- Generics
- Decorators
- TypeScript
Install and run
- Clone and move to folder
$ git clone git@github.com:abrahamuchos/ts-poo.git
$ cd ts-poo
- Install dependencies
$ npm install
- Transpile and run
npx ts-node fileName