| Name | Type | Description | 
|---|---|---|
| loading$ | BehaviorSubject<boolean> | |
| errors$ | BehaviorSubject< DaffStateError[]> | |
| countries$ | BehaviorSubject< DaffCountry[]> | |
| countryIds$ | BehaviorSubject< DaffCountry['id'][]> | |
| countryCount$ | BehaviorSubject<number> | |
| countryEntities$ | BehaviorSubject<Dictionary< DaffCountry>> | |
| getCountry | ||
| getCountrySubdivisions | ||
| isCountryFullyLoaded | ||
| dispatch |