mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 11:07:29 +00:00
Update Angular2Spa template to newer dependencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'angular2-universal-preview/polyfills';
|
||||
import 'angular2/bundles/angular2-polyfills';
|
||||
import 'bootstrap';
|
||||
import './styles/site.css';
|
||||
|
||||
|
||||
@@ -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 }> {
|
||||
|
||||
Reference in New Issue
Block a user