1.
Which of the following is the root element in HTML
2.
What is not an Angular feature, with respect to testing
3.
How many root scope are present in each Angular application
4.
Which of the following will introduce the animation capabilities into Angular root application module
5.
How many strategies are provided by Angular by LocationStrategy
6.
What is the output, of having a positive integer for start, in SlicePipe
7.
What is the default value of minFractionDigits, while using the DecimalPipe
8.
Which decorator is applicable for NgModule class in Angular
9.
What is the data type of exported value - 'index' of NgForOf
10.
Select the output of following, assuming dateObj is (year: 2015, month: 6, day: 15, hour: 21, minute: 43, second: 11) in the local time and locale is 'en-US' - {{ dateObj | date }}