Skip to content

Instantly share code, notes, and snippets.

@burczu
Created February 17, 2016 08:13
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 burczu/195934e1bbe5de782e50 to your computer and use it in GitHub Desktop.
Save burczu/195934e1bbe5de782e50 to your computer and use it in GitHub Desktop.
import { Component } from 'angular2/core';
@Component({
selector: 'component-placeholder',
templateUrl: 'app/example.template.html',
styleUrls: [ 'app/example.css' ]
})
export class ExampleComponent {
public message = 'Hello from component!';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment