InterviewSolution
Saved Bookmarks
| 1. |
What is Zone in angular 6? |
|
Answer» The zone is a set of programs or API used by ANGULAR 6 update the application view when any change occurred. It’s an execution context that PERSISTS across asynchronous tasks. Related Article: What are the new features in Angular 8 |
|