InterviewSolution
Saved Bookmarks
| 1. |
What is typeofchecks in Angular 8? |
|
Answer» The WORKING of typesofchecks in Angular 8 is similar with the enabled and disabled flag, which MEANS if you want to test whether the selected VALUE is an object or not, then the following syntax is used " Typeof value = = = 'object' ". In angular 8 the folwing TYPES of checks are used such as “Typeof value.ngOnDestroy = = = 'function' “. |
|