Skip to content

Commit 5466f58

Browse files
author
Quique Fernandez
committed
add catalog class on component
1 parent d1abd9d commit 5466f58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/catalog/catalog.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { IPager } from '../shared/models/pager.model';
88
import { BasketWrapperService} from '../shared/services/basket.wrapper.service';
99

1010
@Component({
11-
selector: 'esh-catalog',
11+
selector: 'esh-catalog .catalog',
1212
styleUrls: ['./catalog.component.scss'],
1313
templateUrl: './catalog.component.html'
1414
})

0 commit comments

Comments
 (0)