Angular Quiz

Angular Quiz

KG

25 Qs

quiz-placeholder

Similar activities

FRONT OFFICE MIX QUIZ

FRONT OFFICE MIX QUIZ

Professional Development

20 Qs

строки в python

строки в python

11th Grade

20 Qs

Networking

Networking

Professional Development

20 Qs

M2 R5 MCQ (Test 2)

M2 R5 MCQ (Test 2)

Professional Development

20 Qs

Vanguard Fun time

Vanguard Fun time

Professional Development

20 Qs

JAIIB QUIZ 4

JAIIB QUIZ 4

Professional Development

20 Qs

961202 Audi Chassis Quiz 2

961202 Audi Chassis Quiz 2

Professional Development

21 Qs

Check up Quiz 3

Check up Quiz 3

University - Professional Development

20 Qs

Angular Quiz

Angular Quiz

Assessment

Quiz

Professional Development

KG

Medium

Created by

Shad Khan

Used 36+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which are the different Data Types supported by Typescript?

Boolean

var bValue: boolean = false

Number

var age: number = 16

String

var name: string = "jon"

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of below code

<div>{{ 'Hello! This is Angular Quiz' | uppercase | lowercase |

titlecase }}</div>

hello! this is angular quiz

Hello! This Is Angular Quiz

HELLO! THIS IS ANGULAR QUIZ

Error -

(Can't use multiple pipes for same element)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the types of directives (Select all that apply)

i) Component

ii) Structural

iii) Behavioral

iv) Attribute

ii, iii, iv

i, ii, iv

i, ii, iii

i, iii, iv

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I have created a custom pipe with name substr which takes start index, and end index as paramenters.

A variable is declared in TS file as - let header = 'Angular Quiz';

What is the code to display output as "Quiz"

{{ header | substr(8, 12) }}

{{ substr (header, 8, 12) }}

{{ header | substr:8:12 }}

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not built-in pipe in Angular?

DatePipe

CurrencyPipe

DataPipe

PercentPipe

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which directive substitutes the normal href property and makes it easier to work with route links in Angular?

RouterLink

RouterRend

RouterLike

RouterLayer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select all Structaral directives from below

i) *ngIf

ii) *ngFor

iii) *ngClass

iv) *ngElse

v) *ngWhile

vi) *ngSwitch

ii, iii, v

i, ii, iv

i, ii, vi

i, iii, v

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?