i'm getting this error:
ERROR TypeError: serializedViews is not iterable
at locateDehydratedViewsInContainer (core.mjs:14267:34)
at populateDehydratedViewsInLContainerImpl (core.mjs:16464:44)
at locateOrCreateAnchorNode (core.mjs:16479:10)
at createContainerRef (core.mjs:16376:5)
at injectViewContainerRef (core.mjs:16136:12)
at lookupTokenUsingNodeInjector (core.mjs:5813:25)
at getOrCreateInjectable (core.mjs:5772:23)
at ɵɵdirectiveInject (core.mjs:11050:19)
at ɵɵinject (core.mjs:1106:42)
at inject (core.mjs:1192:12)
in main.ts while doing ssr and in ng serve. Since i have seldom edited these files i don't know how to troubleshoot the error as there is no Q&A raised by anyone of this issue. i'll post the necessary files to give solutions from you experts.
i have added them in this google docs please review and give me solution along with an explanation why it is not working.
https://docs.google.com/document/d/15Ai3KZ_rENutFkmXthwd_cPYCunLI_b90FgIkvo8RpE/edit?usp=sharing
my app module: import { AuthModule } from './auth/pages/auth.module'; import { CUSTOM_ELEMENTS_SCHEMA, NgModule, importProvidersFrom } from '@angular/core'; import { BrowserModule, provideClientHydration, withHttpTransferCacheOptions } from '@angular/platform-browser'; import { AppRoutingModule }...