Friday, November 16, 2018

TypeScript - Namespaces - drawbacks of namespaces

In our examples of Namespaces - the number of files and namespaces were limited. Consider a case, where the number of files and namespaces are huge in number. In such case managing the dependencies become very difficult.

Hence, in TypeScript we have another feature to better tackle dependency management  - modules.

Reference:

No comments:

Post a Comment