Skip to content

Instantly share code, notes, and snippets.

@martinakraus
Created March 28, 2020 19:16
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 martinakraus/bf68e077a136e94c0983b67c734db990 to your computer and use it in GitHub Desktop.
Save martinakraus/bf68e077a136e94c0983b67c734db990 to your computer and use it in GitHub Desktop.
compiled-angular-code
//Angular declarative Code
<div>{{ title }}</div>
//Instruction to create DOM
const div = document.createElement(‘div’)
div.innerText = ctx.title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment