filmov
tv
Typescript Modules - TypeScript Tutorials | DotNetCrunch

Показать описание
Typescript Modules | TypeScript Tutorial for Beginners
A module is a way to construct a local scope in a file. So that all the classes, variables declared in a module are not accessible outside the module.
👉 We can create a module using the export keyword.
👉 A module in typescript can be used in another module using the import keyword.
👉 Previous Videos
More Info:
Recommended Books:
These books are my personal recommendations. I have read or heard (in the case of the audiobook) them before suggesting them to you.
#DotNetCrunch #TypeScript #TypeScriptModules
A module is a way to construct a local scope in a file. So that all the classes, variables declared in a module are not accessible outside the module.
👉 We can create a module using the export keyword.
👉 A module in typescript can be used in another module using the import keyword.
👉 Previous Videos
More Info:
Recommended Books:
These books are my personal recommendations. I have read or heard (in the case of the audiobook) them before suggesting them to you.
#DotNetCrunch #TypeScript #TypeScriptModules