I have a component where in my .spec.ts file, I need to spy on a property instead of a method with Jasmine. I heard that Jasmine doesn't provide this option. I see some options provided in this link
Is this the only way or do we have any other alternative.