Guest User

Untitled

a guest
Oct 16th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import {Component, View} from 'angular2/angular2';
  2.  
  3. @Component({
  4. selector: 'widget3'
  5. })
  6. @View({
  7. template: `<div>i'm widget 3</div>`
  8. })
  9. export class Widget3 {}
Add Comment
Please, Sign In to add comment