Explorar el Código

🌐 import TranslateModule

jmacura hace 4 años
padre
commit
c534f61091
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      src/app.module.ts

+ 8 - 1
src/app.module.ts

@@ -10,6 +10,7 @@ import {
   NgModule,
 } from '@angular/core';
 import {BrowserModule} from '@angular/platform-browser';
+import {TranslateModule} from '@ngx-translate/core';
 import {UpgradeModule} from '@angular/upgrade/static';
 
 import {BootstrapComponent} from 'hslayers-ng/bootstrap.component';
@@ -19,7 +20,13 @@ import {AdjusterModule} from './adjuster';
 import {AppService} from './app.service';
 
 @NgModule({
-  imports: [BrowserModule, UpgradeModule, HsCoreModule, AdjusterModule],
+  imports: [
+    BrowserModule,
+    UpgradeModule,
+    HsCoreModule,
+    AdjusterModule,
+    TranslateModule,
+  ],
   exports: [],
   declarations: [],
   providers: [