mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Page title - only show if there is no parent
This commit is contained in:
@@ -26,6 +26,10 @@ export class BrowseByComponent implements OnInit {
|
||||
*/
|
||||
@Input() title: string;
|
||||
|
||||
/**
|
||||
* The parent name
|
||||
*/
|
||||
@Input() parentname: string;
|
||||
/**
|
||||
* The list of objects to display
|
||||
*/
|
||||
|
Reference in New Issue
Block a user