What is the need for typescript in angular 2?
Answer / Satish Rai
TypeScript is a superset of JavaScript that adds static types, classes, and other features. In Angular 2, TypeScript is used to enhance productivity, reduce errors, and improve maintainability. It allows developers to catch type-related issues at compile time instead of runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between angular and angular material?
Does google own angular?
Which one is fast between $digest and $apply?
What are Directives in AngularJS?
Is angular material responsive?
Which directive lets you modify the behaviour of another directive?
Is node js faster than java?
Explain what are directives ? Mention some of the most commonly used directives in Angular.js application ?
What is viewchild and viewchildren in angular?
Explain route configuration? And explain with code?
What is SPA (Single Page Application) in AngularJS?
What is tree shaking in angular?