Posts by StormBrazil • 1 point
1 post
-
-1
votes1
answer104
viewsA: Error capturing component information in Angular
Try this export class ProductUpdateComponent implements OnInit { product!: Product; constructor( private productService: ProductService, private router: Router, private route: ActivatedRoute ) { }…