Product list / detail / router fully working.
Need to test the sale / reports
This commit is contained in:
@ -35,7 +35,7 @@ export class ProductService {
|
||||
}
|
||||
|
||||
listIsActiveOfCategory(id: string): Observable<Product[]> {
|
||||
const options = { params: new HttpParams().set('mc', id).set('a', 'true') };
|
||||
const options = { params: new HttpParams().set('mc', id) };
|
||||
return <Observable<Product[]>>(
|
||||
this.http
|
||||
.get<Product[]>(`${url}/query`, options)
|
||||
|
||||
Reference in New Issue
Block a user