Description
Problem Description
The following model classes are annotated with @typedObject
, but they are not listed in https://github.com/DSpace/dspace-angular/blob/main/src/app/core/provide-core.ts
It should be considered to add them in export const models
in provide-core.ts
:
- https://github.com/DSpace/dspace-angular/blob/main/src/app/admin/admin-notify-dashboard/models/admin-notify-message.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/core/config/models/config-submission-access.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/core/config/models/config-submission-definition.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/core/config/models/config-submission-form.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/core/config/models/config-submission-sections.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/core/config/models/config-submission-upload.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/core/data/paginated-list.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/core/feedback/models/feedback.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/core/notifications/suggestions/models/suggestion.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/process-page/processes/filetypes.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/core/shared/content-source.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/shared/object-list/listable-notification-object/listable-notification-object.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/shared/search/models/facet-config-response.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/shared/search/models/facet-values.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/shared/search/models/search-filter-config.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/shared/search/models/search-objects.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/shared/search/models/search-result.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/statistics/statistics-endpoint.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/core/submission/models/correctiontype.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/submission/sections/section-coar-notify/submission-coar-notify-workspaceitem.model.ts
- https://github.com/DSpace/dspace-angular/blob/main/src/app/core/supervision-order/models/supervision-order.model.ts
Metadata
Metadata
Assignees
Type
Projects
Status
🏗 In Progress