ing
This commit is contained in:
parent
51fb8ad8c2
commit
0c7f336781
|
@ -2,6 +2,10 @@ 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 {
|
import {
|
||||||
PerfectScrollbarModule,
|
PerfectScrollbarModule,
|
||||||
} from 'ngx-perfect-scrollbar';
|
} from 'ngx-perfect-scrollbar';
|
||||||
|
@ -15,6 +19,7 @@ import { SidebarComponent } from './sidebar.component';
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
|
LocalizationModule,
|
||||||
MaterialModule,
|
MaterialModule,
|
||||||
RouterModule,
|
RouterModule,
|
||||||
PerfectScrollbarModule,
|
PerfectScrollbarModule,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user