Commits
Yana De Pauw authored and Art Lowel committed 1c4763b4098
1 1 | import { Component } from '@angular/core'; |
2 2 | import { BrowseBySwitcherComponent as BaseComponent } from '../../../../../app/+browse-by/+browse-by-switcher/browse-by-switcher.component'; |
3 3 | |
4 4 | @Component({ |
5 5 | selector: 'ds-browse-by-switcher', |
6 6 | // styleUrls: ['./browse-by-switcher.component.scss'], |
7 7 | // templateUrl: './browse-by-switcher.component.html' |
8 8 | templateUrl: '../../../../../app/+browse-by/+browse-by-switcher/browse-by-switcher.component.html' |
9 9 | }) |
10 10 | |
11 11 | /** |
12 - | * Component to render the news section on the home page |
12 + | * Component for determining what Browse-By component to use depending on the metadata (browse ID) provided |
13 13 | */ |
14 14 | export class BrowseBySwitcherComponent extends BaseComponent {} |
15 15 | |