From 490928358075c54dcf8509d463951258448d31a2 Mon Sep 17 00:00:00 2001 From: purna2 <115491784+purna2@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:05:11 +0530 Subject: [PATCH] Add use of typescript (#2366) * Added and Updated the readme.md file of 100-typescript-basics folder [#1847 ](https://github.com/kamranahmedse/developer-roadmap/issues/1847) I added content to the readme.md file of 100-typescript-basics to resolve this issue * Update content/roadmaps/104-angular/content/100-typescript-basics/readme.md Co-authored-by: Kamran Ahmed --- .../104-angular/content/100-typescript-basics/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/104-angular/content/100-typescript-basics/readme.md b/content/roadmaps/104-angular/content/100-typescript-basics/readme.md index 18c0d1996..a0bbef8a3 100644 --- a/content/roadmaps/104-angular/content/100-typescript-basics/readme.md +++ b/content/roadmaps/104-angular/content/100-typescript-basics/readme.md @@ -1,4 +1,6 @@ # 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. + Typescript a Beginners Guide -Typescript Playground \ No newline at end of file +TypeScript Playground