I want the file information that shows up in the simple item page to be displayed below the item in the result list page. So....
I added this <ds-themed-item-page-file-section [item]="dso"></ds-themed-item-page-file-section> to this file: app/shared/object-list/search-result-list-element/item-search-result/item-types/item/item-search-result-list-element.component.html I'm using the dspace theme. I'm getting this error: src/app/shared/object-list/search-result-list-element/item-search-result/item-types/item/item-search-result-list-element.component.html:48:1 - error NG8001: 'ds-themed-item-page-file-section' is not a known element: 1. If 'ds-themed-item-page-file-section' is an Angular component, then verify that it is part of this module. 2. If 'ds-themed-item-page-file-section' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. 48 <ds-themed-item-page-file-section [item]="dso"></ds-themed-item-page-file-section> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/app/shared/object-list/search-result-list-element/item-search-result/item-types/item/item-search-result-list-element.component.ts:43:16 43 templateUrl: './item-search-result-list-element.component.html' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component ItemSearchResultListElementComponent. What do I need to do to use this component in item-search-result-list-element.component.html ? Thank you! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/CAK%3DKc-ujHNhk2VSED_yLoM71yksr9T3DQZ3Aw33NnfMDsNvktQ%40mail.gmail.com.
