README
ember-cli-uri-templates-shim
ES6 accessible module for https://github.com/geraintluff/uri-templates/ within your Ember applications.
Usage
- ember install ember-cli-uri-templates-shim
import UriTemplate from 'uri-templates';
Brings uri-templates in to your Ember application.
<script type="module">
import emberCliUriTemplatesShim from 'https://cdn.skypack.dev/ember-cli-uri-templates-shim';
</script>
ES6 accessible module for https://github.com/geraintluff/uri-templates/ within your Ember applications.
Usage
import UriTemplate from 'uri-templates';