mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
[DURACOM-234] Switch to standalone bootstrapping API
This commit is contained in:
@@ -11,7 +11,6 @@ import { StoreModule } from '@ngrx/store';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { ScrollToModule } from '@nicky-lenaers/ngx-scroll-to';
|
||||
|
||||
import { AppModule } from '../../app/app.module';
|
||||
import { RootModule } from '../../app/root.module';
|
||||
import { AdminSidebarComponent } from './app/admin/admin-sidebar/admin-sidebar.component';
|
||||
import { EditBitstreamPageComponent } from './app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component';
|
||||
@@ -185,7 +184,6 @@ const DECLARATIONS = [
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
AppModule,
|
||||
RootModule,
|
||||
CommonModule,
|
||||
DragDropModule,
|
||||
|
Reference in New Issue
Block a user