Typescript Basics

In order to enter into the world of Angular application development, typescript is necessary and it is the primary language here. Typescript is a superset of JavaScript. It comes with design-time support which is useful for type safety and tooling. Since, browsers cannot execute the TypeScript directly, it will be ‘Transpiled’ into JavaScript using the tsc compiler.

Visit the following resources to learn more: