Update Angular2Spa to current versions of Angular 2, angular2-universal-preview, etc.

This commit is contained in:
SteveSandersonMS
2016-03-31 16:41:24 +01:00
parent 033a42ab42
commit 89c8dd3b36
8 changed files with 24 additions and 29 deletions

View File

@@ -1,9 +1,7 @@
import * as ng from 'angular2/core';
@ng.Component({
selector: 'home'
})
@ng.View({
selector: 'home',
template: require('./home.html')
})
export class Home {