Commit 5d7c72bf by Adarsh K

changes

parent c0b3bf75
......@@ -34,7 +34,6 @@ export class ProductlistPage implements OnInit {
public prodService: ProductsService,
public service: ServiceService
) {
this.service.state = false;
this.service.get('params').then((val) => {
this.data = val;
console.log(this.data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment