Guest User

Untitled

a guest
Oct 11th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import Ember from 'ember';
  2.  
  3. import hbs from 'htmlbars-inline-precompile';
  4.  
  5. const templates = {
  6. foo: hbs`<strong>Foo</strong> template`
  7. };
  8.  
  9. export default Ember.Component.extend({
  10. itemTemplate: templates.foo
  11. });
Add Comment
Please, Sign In to add comment