Skip to content

Instantly share code, notes, and snippets.

@NishuGoel
Created April 12, 2020 17:21
Show Gist options
  • Save NishuGoel/e039aabb75c3bcaec1d3f753cf4cd69c to your computer and use it in GitHub Desktop.
Save NishuGoel/e039aabb75c3bcaec1d3f753cf4cd69c to your computer and use it in GitHub Desktop.
const el = document.createElement('app-instruction-card');
const cmp = new AppInstructionCardCmp();
renderComponent(el, cmp);
if(ctx.val !== oldValue) {
cmp.value = ctx.val;
oldValue = cmp.value;
ng.updateView(el, cmp);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment