A short example of creating a country and state dropdown list in Angular 7.
- property.component.ts: imports country/state class, and data-service.
- property.component.html: renders drop downs
- country-state.ts: exports state/country class
- data.service.ts: returns country and state values.