Skip to content

Commit 5d025a7

Browse files
committed
Update to latest SDK
1 parent e26d86d commit 5d025a7

File tree

3 files changed

+668
-14938
lines changed

3 files changed

+668
-14938
lines changed

cloudapp/src/app/app.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
22
import { HttpClientModule } from '@angular/common/http';
33
import { BrowserModule, Title } from '@angular/platform-browser';
44
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
5-
import { MaterialModule, getTranslateModule, AlertModule, MenuModule } from '@exlibris/exl-cloudapp-angular-lib';
5+
import { MaterialModule, AlertModule, MenuModule, CloudAppTranslateModule } from '@exlibris/exl-cloudapp-angular-lib';
66
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
77
import { SelectEntitiesModule } from 'eca-components';
88

@@ -54,7 +54,7 @@ import { ConfirmationDialog, StyleComponent } from './style/style.component';
5454
HttpClientModule,
5555
FormsModule,
5656
ReactiveFormsModule,
57-
getTranslateModule(),
57+
CloudAppTranslateModule.forRoot(),
5858
AlertModule,
5959
SelectEntitiesModule,
6060
MenuModule,

0 commit comments

Comments
 (0)