Javascript – Getting property does not exist on type error in angular
I am trying to make a collapsible menu in my header component and I am having trouble with correct JSON formating in my angular project. I keep getting this error: Error: src/app/components/header/header.component.html:48:49 - error TS2339: Property 'sublinks' does not exist…