Skip to content

Instantly share code, notes, and snippets.

@sidthesloth92
Created April 2, 2016 15:19
Show Gist options
  • Save sidthesloth92/74c31ca84dffea62d65a5f7a19181708 to your computer and use it in GitHub Desktop.
Save sidthesloth92/74c31ca84dffea62d65a5f7a19181708 to your computer and use it in GitHub Desktop.
import {Component} from 'angular2/core';
@Component({
selector : 'view-one',
template : 'This is view one'
})
export class ViewOneComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment