Commits

Michael W Spalti authored 886b59b5e6e
lint fix
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';
6 4
7 5 @Component({
8 6 selector: 'ds-themed-results-back-button',
9 7 styleUrls: [],
10 8 templateUrl: '../theme-support/themed.component.html',
11 9 })
12 10 export class ThemedResultsBackButtonComponent extends ThemedComponent<ResultsBackButtonComponent> {
13 11
14 12 @Input() buttonType?: string;
15 13

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

Add shortcut