add catalog class on component

This commit is contained in:
Quique Fernandez 2016-12-22 17:18:39 +01:00
parent d1abd9da36
commit 5466f58252

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'
}) })