InterviewSolution
Saved Bookmarks
| 1. |
What is angular global APIs? |
|
Answer» An API stands for Application PROGRAMMING Interface. It is BASICALLY a SET of rules and tools for building software applications. In AngularJS, the Global API is a combination of global functions WRITTEN in Javascript which are used for tasks like comparing/iterating objects or CONVERTING data. |
|