graycoreio/daffodil

View on GitHub
libs/geography/state/src/reducers/country-entities/country-entities-initial-state.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { getCountryAdapter } from './country-entities-adapter';
import { DaffCountryEntityState } from './country-entities-state.interface';

/**
 * Initial state for country entity state.
 */
export const daffCountryEntitiesInitialState: DaffCountryEntityState<any> = getCountryAdapter().getInitialState();