Typescript Tutorial for Angular 2018 | Introduction to Typescript | Typescript for Beginners

preview_player
Показать описание
Typescript Tutorial for Angular 2018 | Introduction to Typescript | Typescript for Beginners

Hello and Welcome to Typescript Tutorial for Angular Developers conducted by Acadgild. TypeScript, though it is based on EcmaScript6 (ES6) and the syntax of the typescript is very close to ECMAScript.

TypeScript is a superset of JavaScript which primarily provides optional static typing, classes, and interfaces. One of the big benefits is to enable IDEs to provide a richer environment for spotting common errors as you type the code.

TypeScript is just a tool to be used at coding-time to improve the quality of your JavaScript and make it more readable and maintainable.

ES6 is the next iteration of JavaScript but it does not run in today’s browsers. There are quite a few transpilers that will export ES5 for running in browsers. It is still a dynamic language.

TypeScript Features:
• Data Types
• Interfaces
• Classes
• Decorators

Data Types available in TypeScript: Boolean, Number, String, Any, Array, Tuple, Enum.

This is just a glimpse of Typescript, kindly go through the video for more information.

For more updates on courses and tips follow us on:
Рекомендации по теме
Комментарии
Автор

use export{} at the beginning of the code

kishorenaidu
Автор

Appreciate your effort for making this tutorial.

rosegladson
Автор

do you have any offcial doc why we are not used fuction keyword in anguar any idea
example
typescript :
fuction fuction_name (){
// code hear
}
in angular :
fuction_name()
{
code hear

}

why this happen any doc regarding pl share link

shahnisarg
Автор

Typescript is very different and more roburst than Javascript. There is also many enhancement in datatype too

RajibGangulydesignerg
Автор

Well try..!! But I am not clear with Type Assertion topic. Can you please explain it again clearly .
Also can you please provide link here for Generics and other remaining topics?

ajaywaghmare
Автор

The type assertion or typecasting that is being performed in this video is not correct. Viewers, please consult other sites regarding this.

lost_monk_
Автор

Please be clear in concepts and teach others. Wasted my one hour.

riyazahamed
visit shbcf.ru