Skip to content

Instantly share code, notes, and snippets.

@kedar9444
Last active December 21, 2018 09:23
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 kedar9444/eef01e39398e80311303c9e4d3ccb132 to your computer and use it in GitHub Desktop.
Save kedar9444/eef01e39398e80311303c9e4d3ccb132 to your computer and use it in GitHub Desktop.
const { ValueViewerSymbol } = require("@runkit/value-viewer");
const myCustomObject = {
[ValueViewerSymbol]: {
title: "My First Viewer1",
HTML: "<marquee>🙏 Welcome to Angular-Gist-RunkKit demo. 🙋‍ Hi my name is Kedar Paritkar, and i am currently working on <a href='https://angularpoc.com/'>Angular-way</a></marquee>"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment