Optimize structure
This commit is contained in:
@ -40,6 +40,7 @@ import { AccountDetailComponent } from './components/account-detail/account-deta
|
||||
import { CaptchaModule } from './components/captcha';
|
||||
import { rebateTableModule } from './components/rebate-table';
|
||||
import { SearchDrawerModule } from './components/search-drawer';
|
||||
import { HttpClientModule } from '@angular/common/http';
|
||||
// import { SearchDrawerComponent } from './components/search-drawer/search-drawer.component';
|
||||
|
||||
|
||||
@ -71,6 +72,7 @@ const SHAREDCOMPONENTS = [LogisticsTimeLineComponent, DictSelectComponent, Accou
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
RouterModule,
|
||||
HttpClientModule,
|
||||
ReactiveFormsModule,
|
||||
AlainThemeModule.forChild(),
|
||||
DelonACLModule,
|
||||
@ -83,6 +85,7 @@ const SHAREDCOMPONENTS = [LogisticsTimeLineComponent, DictSelectComponent, Accou
|
||||
exports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
HttpClientModule,
|
||||
ReactiveFormsModule,
|
||||
RouterModule,
|
||||
AlainThemeModule,
|
||||
|
||||
Reference in New Issue
Block a user