Component: EventsList
A component to render a list of earthquake events, or Feature
object, is required for the left-side event listing panel. This component will use the Angular Material List component to display the list of current features.
Acceptance Criteria:
- Should accept a
Feature
s array as input - Should display Material List component last
- List should iterate
Feature
s - Should render
EventItem
component for eachFeature
- Should emit selected
Feature
as output by forwarding selected events from eachEventItem
component
- List should iterate
Edited by Jon Rista