3 Ways to Pass Async Data to Angular 2+ Child Components

added by JavaScript Kicks
1/6/2017 10:49:37 AM

1002 Views

Let's start with a common use case. You have some data you get from external source (e.g. by calling API). You want to display it on screen. However, instead of displaying it on the same component, you would like to pass the data to a child component to display.


0 comments