File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { LinkService } from './shared/link.service';
7
7
8
8
// i18n support
9
9
import { TranslateService } from '@ngx-translate/core' ;
10
- import { REQUEST } from '@nguniversal/aspnetcore-engine' ;
10
+ import { REQUEST } from '@nguniversal/aspnetcore-engine/tokens ' ;
11
11
12
12
@Component ( {
13
13
selector : 'app-root' ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
3
3
import { APP_BASE_HREF } from '@angular/common' ;
4
4
import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
5
5
6
- import { ORIGIN_URL , REQUEST } from '@nguniversal/aspnetcore-engine' ;
6
+ import { ORIGIN_URL , REQUEST } from '@nguniversal/aspnetcore-engine/tokens ' ;
7
7
import { AppModuleShared } from './app.module' ;
8
8
import { AppComponent } from './app.component' ;
9
9
import { BrowserTransferStateModule } from '@angular/platform-browser' ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import { NgxBootstrapComponent } from './containers/ngx-bootstrap-demo/ngx-boots
24
24
25
25
import { LinkService } from './shared/link.service' ;
26
26
import { UserService } from './shared/user.service' ;
27
- import { ORIGIN_URL } from '@nguniversal/aspnetcore-engine' ;
27
+ import { ORIGIN_URL } from '@nguniversal/aspnetcore-engine/tokens ' ;
28
28
29
29
export function createTranslateLoader ( http : HttpClient , baseHref ) {
30
30
// Temporary Azure hack
Original file line number Diff line number Diff line change 2
2
import { HttpClient } from '@angular/common/http' ;
3
3
import { Http , URLSearchParams } from '@angular/http' ;
4
4
import { APP_BASE_HREF } from '@angular/common' ;
5
- import { ORIGIN_URL } from '@nguniversal/aspnetcore-engine' ;
5
+ import { ORIGIN_URL } from '@nguniversal/aspnetcore-engine/tokens ' ;
6
6
import { IUser } from '../models/User' ;
7
7
import { Observable } from 'rxjs/Observable' ;
8
8
Original file line number Diff line number Diff line change 26
26
"@angular/platform-browser-dynamic" : " ^5.0.0" ,
27
27
"@angular/platform-server" : " ^5.0.0" ,
28
28
"@angular/router" : " ^5.0.0" ,
29
- "@nguniversal/aspnetcore-engine" : " 5.0.0-beta.5 " ,
30
- "@nguniversal/common" : " 5.0.0-beta.5 " ,
29
+ "@nguniversal/aspnetcore-engine" : " ^ 5.0.0-beta.8 " ,
30
+ "@nguniversal/common" : " ^ 5.0.0-beta.8 " ,
31
31
"@ngx-translate/core" : " ^8.0.0" ,
32
32
"@ngx-translate/http-loader" : " ^2.0.0" ,
33
33
"@types/node" : " ^7.0.12" ,
You can’t perform that action at this time.
0 commit comments