Google News
logo
Angular - Quiz(MCQ)

Angular is an application-design framework and development platform for creating efficient and sophisticated single-page apps.

These Angular docs help you learn and use the Angular framework and development platform, from your first application to optimizing complex single-page applications for enterprises. Tutorials and guides include downloadable examples to help you start your projects.

A)
By enabling TypeScript's StrictNullChecks
B)
By creating flattened versions of Angular modules
C)
By generating source maps in terms of original template
D)
None of the above

Correct Answer : Option (B) :   By creating flattened versions of Angular modules

A)
synchronous
B)
asynchronous
C)
Both  ( synchronous & asynchronous )
D)
None of the above

Correct Answer : Option (B) :   asynchronous

A)
In the Component
B)
In the Template
C)
In the Injectable decorator
D)
In the module

Correct Answer : Option (C) :   In the Injectable decorator

A)
Loop through and print the index
B)
Loop through and print the employees
C)
Pass both the index and the employee to a web service
D)
Loop through and print the index and the employee

Correct Answer : Option (D) :   Loop through and print the index and the employee

A)
in parallel
B)
LIFO order
C)
in the order in which you specify them
D)
None of the above

Correct Answer : Option (C) :   in the order in which you specify them

A)
user's format setting
B)
user's locale setting
C)
user's currency setting
D)
All of the above

Correct Answer : Option (B) :   user's locale setting

A)
Create a URL transaction
B)
Use the HTTP get method
C)
Create a get SQL statement
D)
Use an HTTP package

Correct Answer : Option (A) :   Create a URL transaction

A)
DatePipe
B)
CurrencyPipe
C)
DataPipe
D)
PercentPipe

Correct Answer : Option (C) :   DataPipe

A)
You cannot place breakpoints on asynchronous operators
B)
Place a breakpoint on the function that calls the http.get
C)
Place a breakpoint on the http.get
D)
Place a breakpoint inside one of the functions inside the pipe call

Correct Answer : Option (D) :   Place a breakpoint inside one of the functions inside the pipe call

A)
It navigates to the component with a name matching the assigned string
B)
It links a route to a service by matching the assigned string to a service class name
C)
It links a route with data by matching the assigned string to a property name
D)
It navigates to the component with a path matching the assigned string

Correct Answer : Option (D) :   It navigates to the component with a path matching the assigned string