What is Global API?
Answer / chaitanya
Global API provides you global functions to perform common JavaScript tasks such as comparing objects, deep copying, iterating through objects, and converting JSON data etc. All global functions can be accessed by using the angular object.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is di (dependency injection) and how an object or function can get a hold of its dependencies?
How can you increase the performance of your angular application or decrease digest cycle time?
What is the difference between activatedroute and activatedroutesnapshot?
Explain what directives are? Mention some of the most commonly used directives in angularjs application?
What is a good use case for ngrx/store?
What is the difference between angularjs and node.js?
What is ivy in angular?
Is there a way to make angularjs load partials in the beginning and not at when needed?
What is elementref in angular 4?
Explain ngfor directive with an example?
How to use angular js data grid/ng-grid?
What is the controller?