62589: Fixed order of imports messing with routes

This commit is contained in:
Kristof De Langhe
2019-05-28 16:42:02 +02:00
parent 41e14e176c
commit 2b1fd76365

View File

@@ -33,11 +33,11 @@ import { RelatedEntitiesSearchComponent } from './simple/related-entities/relate
@NgModule({ @NgModule({
imports: [ imports: [
ItemPageRoutingModule,
CommonModule, CommonModule,
SharedModule, SharedModule,
EditItemPageModule, SearchPageModule,
ItemPageRoutingModule, EditItemPageModule
SearchPageModule
], ],
declarations: [ declarations: [
ItemPageComponent, ItemPageComponent,