How To Use Modules in TypeScript
Modules are a way to organize your code into smaller, more manageable pieces. TypeScript evolved along with ECMAScript specifications to provide a standard module system for JavaScript programs that has the flexibility to work with the different existing formats. In this tutorial, you will take a look at how to create and use modules in TypeScript.