Thursday, November 15, 2018

TypeScript - Namespaces and modules - Introduction

Manytimes, our JavaScript project grows very big, such that it becomes difficult to manage it. To manage it, we need to split it into multiple files and group related stuffs. This is called modularization. TypeScript offers us two concepts to help us with manage our project:

  1. Namespaces
  2. Modules

Reference:

No comments:

Post a Comment