Browse Source

add catalog class on component

pull/49/merge
Quique Fernandez 8 years ago
parent
commit
5466f58252
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/catalog/catalog.component.ts

+ 1
- 1
src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/catalog/catalog.component.ts View File

@ -8,7 +8,7 @@ import { IPager } from '../shared/models/pager.model';
import { BasketWrapperService} from '../shared/services/basket.wrapper.service'; import { BasketWrapperService} from '../shared/services/basket.wrapper.service';
@Component({ @Component({
selector: 'esh-catalog',
selector: 'esh-catalog .catalog',
styleUrls: ['./catalog.component.scss'], styleUrls: ['./catalog.component.scss'],
templateUrl: './catalog.component.html' templateUrl: './catalog.component.html'
}) })


Loading…
Cancel
Save