Skip to content

Instantly share code, notes, and snippets.

@davismj
Created May 9, 2017 14:35
Show Gist options
  • Save davismj/6313c3d551c00b0a8af60e6f3dbfd431 to your computer and use it in GitHub Desktop.
Save davismj/6313c3d551c00b0a8af60e6f3dbfd431 to your computer and use it in GitHub Desktop.
<template>
<div>Book: ${MediaType['Book']}</div>
</template>
import { MediaType } from './media-types.ts';
export class AppViewModel {
MediaType = MediaType;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment