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 { RouterModule } from '@angular/router';
|
||||
|
||||
import {
|
||||
LocalizationModule,
|
||||
} from 'angular-l10n';
|
||||
|
||||
import {
|
||||
PerfectScrollbarModule,
|
||||
} from 'ngx-perfect-scrollbar';
|
||||
|
@ -15,6 +19,7 @@ import { SidebarComponent } from './sidebar.component';
|
|||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
LocalizationModule,
|
||||
MaterialModule,
|
||||
RouterModule,
|
||||
PerfectScrollbarModule,
|
||||
|
|
Loading…
Reference in New Issue
Block a user