File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
app/item-page/edit-item-page/item-bitstreams Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { ItemBitstreamsComponent } from './item-bitstreams.component';
1212 */
1313@Component ( {
1414 selector : 'ds-item-bitstreams' ,
15- styleUrls : [ './item-bitstreams.component.scss' ] ,
1615 templateUrl : '../../../shared/theme-support/themed.component.html' ,
1716 standalone : true ,
1817 imports : [ ItemBitstreamsComponent ] ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { HeaderComponent } from './app/header/header.component';
1111import { HeaderNavbarWrapperComponent } from './app/header-nav-wrapper/header-navbar-wrapper.component' ;
1212import { HomeNewsComponent } from './app/home-page/home-news/home-news.component' ;
1313import { TopLevelCommunityListComponent } from './app/home-page/top-level-community-list/top-level-community-list.component' ;
14- import { ItemBitstreamsComponent } from './app/item-page/edit-item-page/item-bitstreams/item-bitstreams.component' ;
1514import { PublicationComponent } from './app/item-page/simple/item-types/publication/publication.component' ;
1615import { UntypedItemComponent } from './app/item-page/simple/item-types/untyped-item/untyped-item.component' ;
1716import { NavbarComponent } from './app/navbar/navbar.component' ;
@@ -34,7 +33,6 @@ import { PublicationSidebarSearchListElementComponent } from './app/shared/objec
3433import { StartsWithDateComponent } from './app/shared/starts-with/date/starts-with-date.component' ;
3534import { StartsWithTextComponent } from './app/shared/starts-with/text/starts-with-text.component' ;
3635
37-
3836/**
3937 * Add components that use a custom decorator to ENTRY_COMPONENTS as well as DECLARATIONS.
4038 * This will ensure that decorator gets picked up when the app loads
@@ -56,7 +54,6 @@ const ENTRY_COMPONENTS = [
5654 ItemSearchResultListElementComponent ,
5755 TopLevelCommunityListComponent ,
5856 BrowseEntryListElementComponent ,
59- ItemBitstreamsComponent ,
6057] ;
6158
6259const DECLARATIONS = [
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ import { FeedbackComponent } from './app/info/feedback/feedback.component';
4040import { FeedbackFormComponent } from './app/info/feedback/feedback-form/feedback-form.component' ;
4141import { PrivacyComponent } from './app/info/privacy/privacy.component' ;
4242import { ItemAlertsComponent } from './app/item-page/alerts/item-alerts.component' ;
43+ import { ItemBitstreamsComponent } from './app/item-page/edit-item-page/item-bitstreams/item-bitstreams.component' ;
4344import { ItemStatusComponent } from './app/item-page/edit-item-page/item-status/item-status.component' ;
4445import { FullFileSectionComponent } from './app/item-page/full/field-components/file-section/full-file-section.component' ;
4546import { FullItemPageComponent } from './app/item-page/full/full-item-page.component' ;
@@ -106,7 +107,6 @@ import { WorkflowItemDeleteComponent } from './app/workflowitems-edit-page/workf
106107import { WorkflowItemSendBackComponent } from './app/workflowitems-edit-page/workflow-item-send-back/workflow-item-send-back.component' ;
107108import { WorkspaceItemsDeletePageComponent } from './app/workspaceitems-edit-page/workspaceitems-delete-page/workspaceitems-delete-page.component' ;
108109
109-
110110const DECLARATIONS = [
111111 FileSectionComponent ,
112112 HomePageComponent ,
@@ -201,6 +201,7 @@ const DECLARATIONS = [
201201 AdminSearchPageComponent ,
202202 AdminWorkflowPageComponent ,
203203 SearchResultsSkeletonComponent ,
204+ ItemBitstreamsComponent ,
204205] ;
205206
206207@NgModule ( {
You can’t perform that action at this time.
0 commit comments