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 { SidebarComponent } from './sidebar/sidebar.component';
|
||||||
import { SubMenubarComponent } from './sub-menubar/sub-menubar.component';
|
import { SubMenubarComponent } from './sub-menubar/sub-menubar.component';
|
||||||
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { RouterModule } from '@angular/router';
|
import { RouterModule } from '@angular/router';
|
||||||
|
import { LocalizationModule } from 'angular-l10n';
|
||||||
import { MaterialModule } from 'packages/commons/material/material.module';
|
import { MaterialModule } from 'packages/commons/material/material.module';
|
||||||
import { MenuItemComponent } from './menu-item.component';
|
import { MenuItemComponent } from './menu-item.component';
|
||||||
|
|
||||||
|
@ -9,7 +9,8 @@ import { MenuItemComponent } from './menu-item.component';
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
MaterialModule,
|
MaterialModule,
|
||||||
RouterModule
|
RouterModule,
|
||||||
|
LocalizationModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
MenuItemComponent,
|
MenuItemComponent,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user