Static Members : Design Patterns in TypeScript
Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=BeOPM03wwCk
Design Patterns In TypeScript (book)
https://www.amazon.com/dp/B0948BCH24 : ASIN B0948BCH24
https://www.amazon.com/dp/B094716FD6 : ASIN B094716FD6
Documentation : https://sbcode.net/typescript/static_members/
It's possible to make objects that were instantiated from classes share the same methods and properties behind the scenes, and that is using the static keyword.
Other Videos By SBCODE
Tags:
Design Patterns In TypeScript
TypeScript
Design Patterns
static members