Skip to content

Instantly share code, notes, and snippets.

@DazSanchez
Created December 12, 2019 16:16
Show Gist options
  • Save DazSanchez/8bdc471a8b301ab05f1b2656c549be4e to your computer and use it in GitHub Desktop.
Save DazSanchez/8bdc471a8b301ab05f1b2656c549be4e to your computer and use it in GitHub Desktop.
types = {
[TYPES_PRODUCT.COACHING]: 'tv',
[TYPES_PRODUCT.CONSULTING]: 'question_answer',
[TYPES_PRODUCT.CONFERENCE]: 'mic'
}
// ...
transform(type: string) {
return types[type];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment