translation modify
This commit is contained in:
parent
a0bf4848d3
commit
2aea2336ce
|
@ -11,7 +11,6 @@ import { MenuItemModule } from 'packages/commons/component/menu-item/menu-item.m
|
|||
import { SidebarComponent } from './sidebar/sidebar.component';
|
||||
import { SubMenubarComponent } from './sub-menubar/sub-menubar.component';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { RouterModule } from '@angular/router';
|
||||
|
||||
import { LocalizationModule } from 'angular-l10n';
|
||||
import { MaterialModule } from 'packages/commons/material/material.module';
|
||||
import { MenuItemComponent } from './menu-item.component';
|
||||
|
||||
|
@ -9,7 +9,8 @@ import { MenuItemComponent } from './menu-item.component';
|
|||
imports: [
|
||||
CommonModule,
|
||||
MaterialModule,
|
||||
RouterModule
|
||||
RouterModule,
|
||||
LocalizationModule
|
||||
],
|
||||
declarations: [
|
||||
MenuItemComponent,
|
||||
|
|
Loading…
Reference in New Issue
Block a user