TypeScript HTML Application in Visual Studio 2019 | Getting Started

preview_player
Показать описание
TypeScript HTML Application in Visual Studio 2019 | Getting Started
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript
TypeScript is a programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript and adds optional static typing to the language. TypeScript is designed for the development of large applications and transcompiles to JavaScript. As TypeScript is a superset of JavaScript, existing JavaScript programs are also valid TypeScript programs
Рекомендации по теме
Комментарии
Автор

thank you a lot!
for anyone if you have troubles and this doesnt work, try this command in Nuget Console:
Install-Package Microsoft.TypeScript.MSBuild

MrIndomit
Автор

Does it compile to JS automatically when you run it?

xxapoloxx