Grokking TypeScript
Ask Author
Back to course home

0% completed

Vote For New Content

TypeScript Modules
Table of Contents

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

In this section, you will explore the concepts of Modules and Namespaces in TypeScript. The lessons in this chapter will help you understand the differences between default and named exports and explore the legacy concept of namespaces.

By the end of this section, you'll be able to create well-structured, maintainable, and reusable TypeScript code using modern, module-based approaches.

Introduction to Modules

A module in TypeScript is a way to organize and encapsulate code, making it reusable and manageable

.....

.....

.....

Like the course? Get enrolled and start learning!

Table of Contents

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible