edit
This commit is contained in:
@ -29,6 +29,7 @@ import { SharedThirdModule } from './shared-third.module';
|
||||
import { LogisticsTimeLineComponent } from './components/logistics-time-line/logistics-time-line.component';
|
||||
import { AmapModule } from './components/amap/amap.module';
|
||||
import { ImageListModule } from './components/imagelist';
|
||||
import { DictSelectComponent } from './components/dict-select';
|
||||
|
||||
const MODULES = [
|
||||
AddressModule,
|
||||
@ -46,7 +47,7 @@ const MODULES = [
|
||||
];
|
||||
// #endregion
|
||||
|
||||
const SHAREDCOMPONENTS = [LogisticsTimeLineComponent];
|
||||
const SHAREDCOMPONENTS = [LogisticsTimeLineComponent, DictSelectComponent];
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user