59415: Browse-By links on community and collection pages'

This commit is contained in:
Kristof De Langhe
2019-01-29 16:07:53 +01:00
parent 4ccd19081a
commit 0312e659a4
5 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import { Component, Input } from '@angular/core';
@Component({
selector: 'ds-comcol-page-browse-by',
templateUrl: './comcol-page-browse-by.component.html',
})
export class ComcolPageBrowseByComponent {
@Input() id: string;
}