Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Node.JS Books
Special Offer
Laptop Lenovo
GATE Exam

Cat Exam
Start a Blog
Develop Your Skill

Develop Your Skill

SQL Books

Develop Your Skill

 :) Latest Topic
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
 leftlink
 :) Topic of Day
 
 :) Hot Jobs
 :)
 :) Most Searchable
 


 :) Quiz System
Computer Quiz
Science Quiz
Banking Quiz
Sports Quiz
GK Quiz


  

 
The following are true about Services, except ________ View:-20015
Question Posted on 08 Mar 2021

The following are true about Services, except ________
Choose the correct option from below list
(1)S....
ADS Posted In : Angular | Angular 2 Building Blocks



The following are all Directives, except __________ View:-20824
Question Posted on 07 Mar 2021

The following are all Directives, except __________
Choose the correct option from below list
(1)Attr....
ADS Posted In : Angular | Angular 2 Building Blocks


Which directive lets you change the rendered view by adding and removing elements from the Document Object Model? View:-7647
Question Posted on 05 Mar 2021

Which directive lets you change the rendered view by adding and removing elements from the Document Object Mo....
ADS Posted In : Angular | Angular 2 Building Blocks


Which of the following is an Attribute Directive? View:-10785
Question Posted on 05 Mar 2021

Which of the following is an Attribute Directive?
Choose the correct option from below list
(1)NgFor ....
ADS Posted In : Angular | Angular 2 Building Blocks


Which of the following helps you define Metadata for a class? View:-16395
Question Posted on 04 Mar 2021

Which of the following helps you define Metadata for a class?
Choose the correct option from below list <....
ADS Posted In : Angular | Angular 2 Building Blocks


The following are all Angular metadata Decorators, except ________ View:-16200
Question Posted on 03 Mar 2021

The following are all Angular metadata Decorators, except ________
Choose the correct option from below l....
ADS Posted In : Angular | Angular 2 Building Blocks


Which of the following are valid metadata properties? View:-16186
Question Posted on 02 Mar 2021

Which of the following are valid metadata properties?
Choose the correct option from below list
(1)te....
ADS Posted In : Angular | Angular 2 Building Blocks


Components can be used with ____________. View:-20986
Question Posted on 01 Mar 2021

Components can be used with ____________.
Choose the correct option from below list
(1)None of the op....
ADS Posted In : Angular | Angular 2 Building Blocks


What is it called when you "compile the application in the browser before launching the app"? View:-9995
Question Posted on 28 Feb 2021

What is it called when you "compile the application in the browser before launching the app"?
Choose the ....
ADS Posted In : Angular | Angular 2 Building Blocks


An app can have one or no modules present. View:-18838
Question Posted on 27 Feb 2021

An app can have one or no modules present.
Choose the correct option from below list
(1)True
(2)F....
ADS Posted In : Angular | Angular 2 Building Blocks


The @Component decorator defines how an application should be compiled and launched. View:-13250
Question Posted on 26 Feb 2021

The @Component decorator defines how an application should be compiled and launched.
Choose the correct o....
ADS Posted In : Angular | Angular 2 Building Blocks


______ are mandatory parameter in components. View:-21564
Question Posted on 18 Feb 2021

______ are mandatory parameter in components.
Choose the correct option from below list
(1)Templates ....
ADS Posted In : Angular | Angular 2 Building Blocks


The decorator that is used to indicate a module is _______. View:-15794
Question Posted on 17 Feb 2021

The decorator that is used to indicate a module is _______.
Choose the correct option from below list
ADS Posted In : Angular | Angular 2 Building Blocks


Select the correct Component lifecycle sequence (Note: Not all lifecycle methods are present). View:-0
Question Posted on 13 Feb 2021

Select the correct Component lifecycle sequence (Note: Not all lifecycle methods are present).
Choose the....
ADS Posted In : Angular | Angular 2 Building Blocks


What are the types of Angular View Classes that can be associated to a Module? View:-9212
Question Posted on 15 Feb 2021

What are the types of Angular View Classes that can be associated to a Module?
Choose the correct option ....
ADS Posted In : Angular | Angular 2 Building Blocks


Templates can also be added using URLs of the file containing code. View:-18804
Question Posted on 08 Feb 2021

Templates can also be added using URLs of the file containing code.
Choose the correct option from below ....
ADS Posted In : Angular | Angular 2 Building Blocks


In order to bind data from view to component class, you can use _____. View:-18089
Question Posted on 05 Feb 2021

In order to bind data from view to component class, you can use _____.
Choose the correct option from bel....
ADS Posted In : Angular | Angular 2 Building Blocks


Property binding is defined using _________. View:-15245
Question Posted on 04 Feb 2021

Property binding is defined using _________.
Choose the correct option from below list
(1){{}}
(2....
ADS Posted In : Angular | Angular 2 Building Blocks


The following are all metadata, except ________ View:-22212
Question Posted on 01 Feb 2021

The following are all metadata, except ________
Choose the correct option from below list
(1)@pipes <....
ADS Posted In : Angular | Angular 2 Building Blocks


______ element property is used to tell angular to insert the instance of component in the HTML file. View:-16107
Question Posted on 30 Jan 2021

______ element property is used to tell angular to insert the instance of component in the HTML file.
Cho....
ADS Posted In : Angular | Angular 2 Building Blocks


NgFor and NgIf are examples of _________ View:-14556
Question Posted on 27 Jan 2021

NgFor and NgIf are examples of _________
Choose the correct option from below list
(1)Attribute
(....
ADS Posted In : Angular | Angular 2 Building Blocks


Which directive lets you modify the behavior of another Directive? View:-11152
Question Posted on 21 Jan 2021

Which directive lets you modify the behavior of another Directive?
Choose the correct option from below l....
ADS Posted In : Angular | Angular 2 Building Blocks


Interpolation uses ________. View:-11289
Question Posted on 20 Jan 2021

Interpolation uses ________.
Choose the correct option from below list
(1)[]
(2){{}}
(3)[()] ....
ADS Posted In : Angular | Angular 2 Building Blocks


What happens when the following code is encountered by Angular? View:-11036
Question Posted on 19 Feb 2021

What happens when the following code is encountered by Angular?
< tr>
< td id="tableData4....
ADS Posted In : Angular | Angular 2 Building Blocks


There can be only one component per DOM element. View:-13816
Question Posted on 07 Feb 2021

There can be only one component per DOM element.
Choose the correct option from below list
(1)True
ADS Posted In : Angular | Angular 2 Building Blocks


Which scripting language can be used to write Angular 2 apps? View:-13576
Question Posted on 28 Jan 2021

Which scripting language can be used to write Angular 2 apps?
Choose the correct option from below list <....
ADS Posted In : Angular | Angular 2 Building Blocks


How will you make sure that a single instance of any Service is available throughout the app? View:-14325
Question Posted on 23 Jan 2021

How will you make sure that a single instance of any Service is available throughout the app?
Choose the ....
ADS Posted In : Angular | Angular 2 Building Blocks


Angular 2 uses ______ Dependency Injection. View:-20120
Question Posted on 25 Feb 2021

Angular 2 uses ______ Dependency Injection.
Choose the correct option from below list
(1)Component
ADS Posted In : Angular | Angular 2 Building Blocks


Root module class by convention is named as _______. View:-15127
Question Posted on 23 Feb 2021

Root module class by convention is named as _______.
Choose the correct option from below list
(1)Mai....
ADS Posted In : Angular | Angular 2 Building Blocks


Which of the following is one of the blocks of Angular 2 architecture? View:-17280
Question Posted on 21 Feb 2021

Which of the following is one of the blocks of Angular 2 architecture?
Choose the correct option from bel....
ADS Posted In : Angular | Angular 2 Building Blocks


Which of the following is an advantage of lazy loading? View:-9845
Question Posted on 22 Jan 2021

Which of the following is an advantage of lazy loading?
Choose the correct option from below list
(1)....
ADS Posted In : Angular | Angular 2 Building Blocks


1 2
 
  
 :) Categoriese
 :) Most Visited Questions