ANGULAR FRAMEWORK Final Question Bank
ANGULAR FRAMEWORK Final Question Bank
UNIT-1
Questions
A) What is meant by angular JS? Explain the scope and advantages.
1
B) Why was Angular introduced as a client-side framework? Explain with a suitable example?
A) Differentiate between angular JS and Angular.
2
B) Contrast Angular JS vs Angular?
A) Describe the process of installation of node NPM.
3
B) Describe the process of setting up Angular and run a sample script.
A) Discuss in detail about MVC framework.
4
B) Is AngularJS really based on MVC architecture? Justify your answer.
A) Create a sample Angular script with Components.
5
B) Create a component that takes input of list of numbers.
A)Explain the process of setting up the local environment and workspace for Angular
6
application development?
A)Create an angular JS application that takes name of user as an input and greets Hello!.
8 B)Explain indetail about container component with suitable example?
A) What is component? Explain anatomy of components with suitable example.
9
B) Create a component based sample angular application.
UNIT-2
Questions
A)What is databinding? Explain the Interpolation binding with examples.
1 B)What is 2-way data binding? Explain 2-way data binding with ngmodel with
suitable example.
A)Illustrate about template interpolation with an example.
2
B)What is the use of “ngfor”? illustrate with an example.
3 A)How to pass value from HTML to file in angular? Explain with example
B) How to create multiple modules? Explain with example.
UNIT-3
Questions
A)What is meant by dependency injection? Explain its use with an example.
1 B)What is service in angular? Explain its purpose and illustrate how to inject service with
example.
3 B)Discuss about the process of requesting data from server and setup for server using
Httpclient.
A)Create Angular Service for Consuming RESTful API using Angular HttpClient API.
4
B)Create an application that illustrate the use of HTTP GET method.
UNIT-4
Questions
A)Explain about routing in angular with suitable example?
1
B)Describe about $routeProvider with suitable example.
2 A)How to create routes in angular? Describe it with an example.
A)Explain about route redirect with suitable example.
3
B)How to identify active route? Explain it with suitable example.
A)How to configure child routes in angular? Describe it with an example.
4
B)What are Route Parameters? Explain.
A) How to navigate for routes in angular? Explain it with an example.
5
B)How to setup wildcards? Explain it with an example.
A)Explain Router Query Parameters with example.
6
A)How to build a single-page application using Angular routes?
7
B) Describe in detail about the Angular CLI?
A)How to add Routing to an Existing Angular Project explain with example?
8
B)Explain the Router configuration in the application module with relevant example?
UNIT-5
Questions
A) Explain about form handling with a suitable example.
1 B) Discuss about form validation in angular with a suitable example
2 A)Describe about form state and input state. List out all the states in the inputfield and
forms.