Communication between components – inputs and outputs – Components and Pages
In our gym diary application, we now need the workout list page component, DiaryComponent, to communicate with the list item component, EntryItemComponent. The simplest way to accomplish this communication is with Angular’s Property Binding concept.…