ngIf first item from array returning "cannot read properties of undefined (reading '0') " – Javascript
I am having trouble creating an ngIf statement in Angular. I am trying to show a div only when it would match a certain condition... but I keep getting this errorr in the browser console: Cannot read properties of undefined…