Angular - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
angularpage Cover image
angularpage
Angular
  • Followers
  • Latest Feeds
  • Articles
  • Question
  • Course
  • About
  • Review
Interests
Computer Programming Web Development Scripts
14 followers study24x7 19 Sep 2022 05:09 PM study24x7 study24x7

What is the scope? In Angular, a scope is an object that refers to the application model. It is a context in which expressions can be executed. These scopes are grouped hierarchically, comparable to the DOM structure of the application. A scope aids in the propagation of various...

See more

study24x7
Write a comment
14 followers study24x7 19 Sep 2022 05:07 PM study24x7 study24x7

What is Services? Services are objects which get instantiated only once during the lifetime of an application. The main objective of a service is to share data, functions with different components of an Angular application.

study24x7
Write a comment
14 followers study24x7 19 Sep 2022 05:06 PM study24x7 study24x7

types of modules in Angular?

A

ng Module and ng Component

B

Root Module and ng Module

C

Feature Module and ng Module

D

Root Module and Feature Module

study24x7
Write a comment
14 followers study24x7 19 Sep 2022 05:02 PM study24x7 study24x7

How to create component in Angular

A

ng g new component <componentname>

B

ng new component <componentname>

C

ng g component <componentname>

D

npm g new component <componentname>

study24x7
Write a comment
14 followers study24x7 19 Sep 2022 05:01 PM study24x7 study24x7

How to create a custom directive?

A

ng g directive <directivename>

B

ng new directive <directivename>

C

npm g directive <directivename>

D

npm new directive <directivename>

study24x7
Write a comment
14 followers study24x7 19 Sep 2022 04:59 PM study24x7 study24x7

Types of directives: 1. Component directives These form the main class in directives. Instead of @Directive decorator we use @Component decorator to declare these directives. These directives have a view, a stylesheet and a selector property. 2. Structural directives These di...

See more

study24x7
Write a comment
14 followers study24x7 19 Sep 2022 04:58 PM study24x7 study24x7

What are directives in Angular? A directive is a class in Angular that is declared with a @Directive decorator.

study24x7
Write a comment
14 followers study24x7 16 Sep 2022 10:42 AM study24x7 study24x7

Properties of components? 1. Selector 2. Template/TemplateURL 3. StylesURL

study24x7
Write a comment
14 followers study24x7 16 Sep 2022 10:40 AM study24x7 study24x7

What is Angular? Angular is a TypeScript-based front-end web application framework.

study24x7
Write a comment
14 followers study24x7 16 Sep 2022 10:37 AM study24x7 study24x7

Is Angular supported by all popular mobile browsers

A

true

B

false

study24x7
Write a comment
Ratings
0.0
out of 5
0 Ratings
5 study24x7
 
0.0
4 study24x7
 
0.0
3 study24x7
 
0.0
2 study24x7
 
0.0
1 study24x7
 
0.0
Related Pages

TET

66 followers