TypeScript Basics 20 - Modules

preview_player
Показать описание

Learn how to break your TypeScript codebase into multiple files. See how you can export and import types between files and understand what exactly happens when you import from another file.

Course: TypeScript Basics
Learn about the basics of TypeScript. Understand how types work, how to use arrays and tuples, how to declare classes and interfaces. Understand concepts of type erasure, duck typing, enums, generics and modules. Create a development workflow and configure the TypeScript compiler to your needs. And watch as I build an end-to-end TypeScript application from scratch.
Рекомендации по теме
Комментарии
Автор

Hi sir, i have importing the class Person, when declaring export as shown in video. It complains File Person.ts is ot a module. However when using export{Person} at bottom of file it resolves the issue. Any idea why it happens

vijayakrishnankumar
Автор

Thanks Sir, for All your Video .. very very Thanks Sir ^^, i wanna download hehe

ChannelAbinyaMuhammad
Автор

Great series of videos but this one is not about a Typescript feature

DBAaron