I have this in my angular html file where the each of the fields (i.e. product.name) gives me an Object is possibly 'undefined' error.
This is from a tutorial I am doing where this is the exact code and it doesn't mention the errors, so I don't know how to fix this.
I am using this in StackBlitz and I don't have a tsconfig.js file where I can change a setting to fix it.
Thanks,
Tom