Correct. Classes in TypeScript do not require you to explicitly write a constructor . However if you are extending a base class you will need to create a constructor to call super() at a minimum.
Correct. Classes in TypeScript do not require you to explicitly write a constructor . However if you are extending a base class you will need to create a constructor to call super() at a minimum.