Skip to content

Instantly share code, notes, and snippets.

@s3thi
Last active January 11, 2016 11:40
Show Gist options
  • Select an option

  • Save s3thi/19f14c91b023fcdaf28b to your computer and use it in GitHub Desktop.

Select an option

Save s3thi/19f14c91b023fcdaf28b to your computer and use it in GitHub Desktop.
sampler.js – initial component
import { Component } from ‘angular2/core’;
@Component({
 selector: ‘my-app’,
 template: `<h1>My First Angular 2 App</h1>`
})
export class AppComponent { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment