0% found this document useful (0 votes)
57 views

Angular Questions

This document contains 18 questions about Angular concepts and processes including the lifecycle of Angular, differences between Constructor and ngInit, how to deploy an Angular application to a server, how to migrate Angular versions, how to perform custom sorting, why services are needed, differences between CSS and SCSS files, how components communicate, how to configure lazy loading, differences between Promises and Observables, differences between Decorators and Annotations, why pipes are needed, where to register services, what package.json is used for, differences between ng build and ng serve, what directives are, dependency injection, and how to handle exceptions from Spring Boot.

Uploaded by

indhu jayan
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views

Angular Questions

This document contains 18 questions about Angular concepts and processes including the lifecycle of Angular, differences between Constructor and ngInit, how to deploy an Angular application to a server, how to migrate Angular versions, how to perform custom sorting, why services are needed, differences between CSS and SCSS files, how components communicate, how to configure lazy loading, differences between Promises and Observables, differences between Decorators and Annotations, why pipes are needed, where to register services, what package.json is used for, differences between ng build and ng serve, what directives are, dependency injection, and how to handle exceptions from Spring Boot.

Uploaded by

indhu jayan
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1).What is lifecycle of Angular?

2).Difference between Constructor & ngInit?


3).How do you deploy Angular Application into server,which file you are going to
deploy?
4).How do you migrate Angular version?
5).How do you perform cusomized Sorting in Angular?
6).Why do we need Services in Angular?
7).What is the diference between .css and .scss files?
8).How do you communicate two components?
9).How to you configure Lazy Loading?
10).What is the difference between Promises and Observables?
11).What is the difference between Decorators and Annotations?
12).why do we need pipesin angular
13).where do you register your services in angular?
14).Why do you need package.json file?
15).what is difference between ng build and ng serve?
16).What are directives in Angular?
17).Explain the concept of Dependency Injection?
18).How do you handle exceptions propageted from Spring boot?

You might also like