This commit is contained in:
insanity
2018-01-31 18:55:31 +09:00
parent 6c41b5cbf2
commit 8d74edbbe6
5 changed files with 65 additions and 8 deletions

View File

@@ -8,7 +8,6 @@ import { MaterialModule } from 'app/commons/ui/material/material.module';
import { HeaderComponent } from 'app/commons/layouts/header/header.component';
import { FooterComponent } from 'app/commons/layouts/footer/footer.component';
import { MenuItemComponent } from 'app/commons/layouts/menu-item/menu-item.component';
import { FlexLayoutModule } from '@angular/flex-layout';
import {
PerfectScrollbarModule,
PERFECT_SCROLLBAR_CONFIG,
@@ -28,7 +27,6 @@ const DEFAULT_PERFECT_SCROLLBAR_CONFIG: PerfectScrollbarConfigInterface = {
CovalentModule,
MaterialModule,
PerfectScrollbarModule,
FlexLayoutModule,
],
declarations: [
PagesComponent,
@@ -43,6 +41,6 @@ const DEFAULT_PERFECT_SCROLLBAR_CONFIG: PerfectScrollbarConfigInterface = {
provide: PERFECT_SCROLLBAR_CONFIG,
useValue: DEFAULT_PERFECT_SCROLLBAR_CONFIG
}
]
],
})
export class PagesModule { }

View File

@@ -12,7 +12,7 @@ import { SubMenubarModule } from 'app/commons/layouts/sub-menubar/sub-menubar.mo
ProbesPageRoutingModule,
MaterialModule,
ProbeModule,
SubMenubarModule
SubMenubarModule,
],
declarations: [
ProbePageComponent,