Skip to content

Instantly share code, notes, and snippets.

@eranimo
Created November 4, 2015 18:29
Show Gist options
  • Save eranimo/1f02b0e136b0071939d4 to your computer and use it in GitHub Desktop.
Save eranimo/1f02b0e136b0071939d4 to your computer and use it in GitHub Desktop.
import { component } from 'hn-core/utils';
import template from './template.html';
component({
name: 'NerdAvatar',
bindings: { nerd: '=' },
template
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment