Loading packages/admin-web-angular/src/app/pages/+warehouses/warehouses.module.ts +2 −2 Original line number Diff line number Diff line import { NgModule } from '@angular/core'; import { CommonModule, JsonPipe } from '@angular/common'; import { HttpClient } from '@angular/common/http'; import { FormWizardModule } from '@ever-co/angular2-wizard'; import { FormWizardModule, WizardComponent } from '@ever-co/angular2-wizard'; import { ToasterModule } from 'angular2-toaster'; import { Ng2SmartTableModule } from 'ng2-smart-table'; import { ThemeModule } from '../../@theme'; Loading Loading @@ -42,7 +42,7 @@ import { WarehouseTrackModule } from './+warehouse-track/warehouse-track.module' NbButtonModule, ], declarations: [WarehousesComponent], entryComponents: [], entryComponents: [WizardComponent], providers: [JsonPipe], }) export class WarehousesModule {} Loading Loading
packages/admin-web-angular/src/app/pages/+warehouses/warehouses.module.ts +2 −2 Original line number Diff line number Diff line import { NgModule } from '@angular/core'; import { CommonModule, JsonPipe } from '@angular/common'; import { HttpClient } from '@angular/common/http'; import { FormWizardModule } from '@ever-co/angular2-wizard'; import { FormWizardModule, WizardComponent } from '@ever-co/angular2-wizard'; import { ToasterModule } from 'angular2-toaster'; import { Ng2SmartTableModule } from 'ng2-smart-table'; import { ThemeModule } from '../../@theme'; Loading Loading @@ -42,7 +42,7 @@ import { WarehouseTrackModule } from './+warehouse-track/warehouse-track.module' NbButtonModule, ], declarations: [WarehousesComponent], entryComponents: [], entryComponents: [WizardComponent], providers: [JsonPipe], }) export class WarehousesModule {} Loading