79444525

Date: 2025-02-17 06:09:51
Score: 0.5
Natty:
Report link

Try to move your subscribe to ngOnInit()

ngOnInit(): void {
  this.subscriptions.push(this.myservice.currentProdId.subscribe((result: 
   any) => {
    if (result) {
     this.productId = productId;
    }
   }));
}));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shabeer M