Commits

Michael W Spalti authored 1efb0b908f4 Merge
Merge branch 'item-back-button' of https://github.com/mspalti/dspace-angular into item-back-button
No tags

src/app/shared/results-back-button/themed-results-back-button.component.ts

Modified
1 1 import { Component, Input } from '@angular/core';
2 2 import { ThemedComponent } from '../theme-support/themed.component';
3 3 import { ResultsBackButtonComponent } from './results-back-button.component';
4 +import { BehaviorSubject } from 'rxjs';
5 +import { PaginationComponentOptions } from '../pagination/pagination-component-options.model';
4 6
5 7 @Component({
6 8 selector: 'ds-themed-results-back-button',
7 9 styleUrls: [],
8 10 templateUrl: '../theme-support/themed.component.html',
9 11 })
10 12 export class ThemedResultsBackButtonComponent extends ThemedComponent<ResultsBackButtonComponent> {
11 13
12 14 @Input() buttonType?: string;
13 15

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut