Skip to content

Instantly share code, notes, and snippets.

@wellingtonpgp
Last active January 8, 2016 18:49
Show Gist options
  • Save wellingtonpgp/5325ceddf3a5000f4114 to your computer and use it in GitHub Desktop.
Save wellingtonpgp/5325ceddf3a5000f4114 to your computer and use it in GitHub Desktop.
import{bootstrap} form "angular2/platfrom/browser";
import{Component} form "angular2/core";
@Component({
selector: 'app',
template: `<div>Olá Mundo</div>`
})
class App{}
bootstrap(App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment