Is there a way to declare variables without assigning values in Angular17?
public propertyId: number = 0;
if i don't assign a value of zero i get the below error.
Property 'propertyId' has no initializer and is not definitely assigned in the constructor.ts(2564)