Question: Angular 1 1 . 2 . 3 Typescript Your task is to implement two components that communicate with each other through the parent component: Requirements
Angular Typescript
Your task is to implement two components that communicate with each other through the parent component:
Requirements
Implement a ValueProviderComponent that:
consist of an input text field
emits values provided in the input field using an EventEmitter object called typedValue.
Implement a ValueReceiverComponent that
accepts input values as a printvalue parameter printValue"somevalue";
prints printValue value in the template.
Implement an AppComponent that
contains ValueProviderComponent and ValueReceiver Component:
handles values emitted by the ValueProviderComponent and passes them as input to the ValueReceiverComponent
Before you start
The initial solution provides you with a threecomponent skeleton. Your task is to implement their templates and logic
You can use console.log for debugging purposes. Tests are not verifying if the console is clear.
Environment
The task should be completed using the following softwarelibrary versions:
Angular
TypeScript
Node
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
