Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import { Component } from 'angular2/core';
  2. @Component({
  3. selector: 'my-app',
  4. template: ' < h1 > My First SharePoint Add In using Angular2... !!! < /h1>'
  5. })
  6. export class AppComponent { }
  7.  
  8. "experimentalDecorators": true,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement