This is a more complete example with a service that simulates server calling:

@if (service.loading$ | async) { Loading... }
@for (country of countries$ | async; track country.id) { } @empty { }
# Country Area Population
{{ country.id }}
No countries found