Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jookyboi
Last active March 26, 2019 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jookyboi/7853317ed661363ac05d60bc8384002a to your computer and use it in GitHub Desktop.
Save jookyboi/7853317ed661363ac05d60bc8384002a to your computer and use it in GitHub Desktop.
# Markdown - With bullet - Bullet
private selectSnippetInList(snippet: Snippet) {
this.appEventsService.push({
type: AppEventType.SelectSnippet,
data: { snippet }
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment