0% found this document useful (0 votes)
29 views1 page

Interview Question

The document discusses Angular concepts like directives, components, modules, data binding, dependency injection, services, routing, lazy loading, lifecycle hooks, HTTP calls, component interaction and more.

Uploaded by

4038 Ramajayam.U
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Interview Question

The document discusses Angular concepts like directives, components, modules, data binding, dependency injection, services, routing, lazy loading, lifecycle hooks, HTTP calls, component interaction and more.

Uploaded by

4038 Ramajayam.U
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1 Whats the use of Angular ?

2 What are directives in Angular ?


3 Explain the different types of Angular directives ?
4 Explain the importance of NPM and Node_Modules folder ?
5 Explain the importance of Package.json file in Angular ?
6 What is typescript and why do we need it ?
7 Explain importance of Angular CLI ?
8 Explain the importance of Component and Modules ?
9 What is a decorator in Angular ?
10 What are Annotationa or MetaData ?
11 What is a template ?
12 Explain the four types of Data bindings in Angular ?
13 Explain architecture of Angular ?
14 What is SPA in Angular ?
15 How to implement SPA in Angular ?
16 How to implement routing in Angular ?
17 Explain Lazy Loading?
18 How to implement Lazy Loading in Angular ?
19 Define Services ?
20 What is Depedency Injection ?
21 How to implement Depedency Injection ?
23 Whats the benefit of Depedency Injection ?
24 Differentiate between ng serve and ng build ?
25 Explain the --prod parameter in ng build ?
26 Explain ViewChild and ViewChildren?
27 Why do we need Template reference variables?
28 What is ContentProjection?
29 Explain Content projection Slot?
30 What is ContentChild and ContentChildren?
31 ViewChild vs ViewChildren vs ContentChild vs ContentrChildren?
32 Explain the importance of Component life cycle ?
33 Explain events and sequence of component life cycle ?
34 Constructor vs ngOnInit() ?
35 How to make HTTP calls using Angular ?
36 What is the need of Subscribe function ?
37 How to handle errors when HTTP fails ?
38 How to pass data between components ?
39.Explain importance of input, output & event emitters ?
40.Is it a good practice to pass data using services ?
41.What is the need of Angular Pipes?
42.Can you name some built-in Angular Pipes?
43.How to create Custom pipes in Angular?
44.What are observables and observers and Subsribe?
45.Parent to child and child to parent component data sharing by using @Input or
@Output
46. Observable vs Promise?
47. GET, POST, PUT, DELETE Writ login for any scenario

You might also like