edit
This commit is contained in:
@ -1,25 +0,0 @@
|
||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { DictSelectComponent } from './dict-select.component';
|
||||
|
||||
describe('DictSelectComponent', () => {
|
||||
let component: DictSelectComponent;
|
||||
let fixture: ComponentFixture<DictSelectComponent>;
|
||||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
declarations: [ DictSelectComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(DictSelectComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
@ -10,11 +10,6 @@ import { AlainThemeModule } from '@delon/theme';
|
||||
import { SHARED_DELON_MODULES } from './shared-delon.module';
|
||||
import { SHARED_ZORRO_MODULES } from './shared-zorro.module';
|
||||
|
||||
// #region third libs
|
||||
import { DragDropModule } from '@angular/cdk/drag-drop';
|
||||
const THIRDMODULES = [DragDropModule];
|
||||
// #endregion
|
||||
|
||||
// #region your componets & directives
|
||||
import { PRO_SHARED_MODULES } from '../layout/pro';
|
||||
import { AddressModule } from './components/address';
|
||||
@ -64,7 +59,6 @@ const SHAREDCOMPONENTS = [LogisticsTimeLineComponent, DictSelectComponent];
|
||||
...SHARED_ZORRO_MODULES,
|
||||
...MODULES,
|
||||
// third libs
|
||||
...THIRDMODULES
|
||||
],
|
||||
exports: [
|
||||
CommonModule,
|
||||
@ -79,7 +73,6 @@ const SHAREDCOMPONENTS = [LogisticsTimeLineComponent, DictSelectComponent];
|
||||
...SHARED_ZORRO_MODULES,
|
||||
...MODULES,
|
||||
// third libs
|
||||
...THIRDMODULES,
|
||||
...SHAREDCOMPONENTS
|
||||
],
|
||||
declarations: SHAREDCOMPONENTS
|
||||
|
||||
Reference in New Issue
Block a user