Skip to content

Instantly share code, notes, and snippets.

@leonsenft
Last active July 21, 2017 23:41
Show Gist options
  • Save leonsenft/ec0a789e269106fde06d98681a8642cf to your computer and use it in GitHub Desktop.
Save leonsenft/ec0a789e269106fde06d98681a8642cf to your computer and use it in GitHub Desktop.
Focusable button directive.
@Directive(selector: '[my-button]')
class MyButtonDirective extends HasTabIndex {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment