ember-country-region-data

Exports country region data as a service

Usage no npm install needed!

<script type="module">
  import emberCountryRegionData from 'https://cdn.skypack.dev/ember-country-region-data';
</script>

README

Ember-country-region-data

Exports benkeen/country-region-data as an Ember service.

Build Status

Usage

import ConfigRegionData from 'ember-country-region-data/services/country-region-data';

In your component, controller, etc.

countryRegionData: new ConfigRegionData()

Access the data

this.get('countryRegionData.data')