Beginning with TypeScript Working with class constructor in TypeScript
Working with class and constructor in TypeScript can save you a lot of time if you do it in the right way, constructor are very nice when you want to reuse functions from other classes you extends from.