1.
What is the output, of having a positive integer for end, in SlicePipe
2.
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:'shortTime' }}
3.
Which option of ng generate c command, under Angular CLI of Angular 6 , specifies if the template will be in the ts file
4.
Select the optional parameter of textarea directive in Angular
5.
Which of the following is used by Angular to process expression
6.
What is the default ECMAScript target version given by -t parameter of tsc compiler
7.
Select an invalid expression in Angular
8.
What is not an Angular feature, with respect to build a CRUD app in a cohesive set
9.
Which Angular 6 package should be included to create web components
10.
Which of the following will create an observable from a promise using RxJS in Angular 6