Skip to content

Instantly share code, notes, and snippets.

@jorgeucano
Last active May 2, 2016 14:13
Show Gist options
  • Save jorgeucano/9d462db7547ff43cbcfc7f85b01229cd to your computer and use it in GitHub Desktop.
Save jorgeucano/9d462db7547ff43cbcfc7f85b01229cd to your computer and use it in GitHub Desktop.
Entendiendo el componente en angular2
@Component({
selector:'hello-world',
template: `
<div>
Hello World!
</div>
`
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment