Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Create Angular project as _Mid2017 2. The Angular application should display the following data and the last item Your Name should be

1. Create Angular project as _Mid2017

   2. The Angular application should display the following data and the last   item “Your Name” should be replaced with actual name   a. Fields - ID, Product Name and Product Description  

3. Create appropriate components, type scripts files and etc.

4. Display a star (*) symbol next to ‘Your Name’ and you’ve to follow *ngIf directive for this

Please refer https://angular.io/guide/quickstart and https://angular.io/tutorial/toh-pt2

Electronic Store Product List ID Product Name || Product Description 1 iPhone X || Say hello to the future 2 Question B (Display Details.)

1) Clicking an item from the above list should display the selected record at the end of the product list with following fields

a. ID – read-only

b. Product Name – display the data in textbox

c. Product Description – display the data in textbox

Note: Refer https://angular.io/tutorial/toh-pt2#selecting-a-hero

Electronic Store Product List ID Product Name || Product Description 1 iPhone X || Say hello to the future 2 Question C (Edit Name and Description)

1) Allow edit the name and description fields

2) Changing the data should respectively reflected on the list

Question D: Answer the following:

1) Explain 3 built-in directives and discuss the directives used in the questions A-C

2) Data binding: Explain Property Binding and Two-way binding, using examples.

Question E: Answer the following:

1) Pipes. Discuss about Pipes and Custom Pipes with examples

2) How do you pass data from one Component to another? Explain, how you implemented that in Question B

Electronic Store Product List ID Product Name || Product Description 1iPhone X || Say hello to the future 2 iPhone 8 || iPhone 8 introduces an all-new glass design. 3 iPhone 7 || iPhone 7 introduces an all-new glass design. 4 iPad Air || Learn, play, surf, create, iPad gives you the incredible display, performance. Your Name || This is Cool.

Step by Step Solution

3.36 Rating (128 Votes )

There are 3 Steps involved in it

Step: 1

Question A Create Angular project as Mid2017 Use Angular CLI to create a new project ng newMid2017 Angular application structure and display data Crea... blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Electrical Engineering questions

Question

Describe the purpose of the SUBTRACT command in relational algebra.

Answered: 1 week ago

Question

Describe the purpose of the PROJECT command in relational algebra.

Answered: 1 week ago