Update Angular2Spa template to newer dependencies

This commit is contained in:
SteveSandersonMS
2016-04-08 11:41:20 +01:00
parent 67483b4ab6
commit 770a74c25b
3 changed files with 6 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import 'angular2-universal-polyfills';
import 'angular2-universal/polyfills';
import * as ngCore from 'angular2/core';
import * as ngRouter from 'angular2/router';
import * as ngUniversal from 'angular2-universal-preview';
import * as ngUniversal from 'angular2-universal';
import { App } from './components/app/app';
export default function (params: any): Promise<{ html: string, globals?: any }> {