What are typings in angular?
Answer / Robin Singh
Typings in Angular are declarations of the types for variables, functions, classes, etc. They help with type checking and autocompletion in TypeScript.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do we include css file ins. The component except using styleurls property?
What is the difference between routermodule.forroot() vs routermodule.forchild()? Why is it important?
What is dependency injection (di)?
Explain zone in angular?
What are the advantages of using angularjs?
How to upload file in angular js?
What is data binding? Explain two-way data binding?
Angular js is developed in which year?
What is ng-content directive in angular?
Why would you use a service over a factory?
How to do animation with the help of AngularJS?
What is default scope in a angularjs directive?