test
This commit is contained in:
@@ -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 { }
|
||||
|
||||
@@ -12,7 +12,7 @@ import { SubMenubarModule } from 'app/commons/layouts/sub-menubar/sub-menubar.mo
|
||||
ProbesPageRoutingModule,
|
||||
MaterialModule,
|
||||
ProbeModule,
|
||||
SubMenubarModule
|
||||
SubMenubarModule,
|
||||
],
|
||||
declarations: [
|
||||
ProbePageComponent,
|
||||
|
||||
Reference in New Issue
Block a user