i have recently integrate ssr in angular14 (client to ssr),when i integarte lazyloading in component its works fine locally means routing works fine in viewsource page lazyload component render correctly in but on server its not work like </a></div></div></div></app-header><router-outlet _ngcontent-sc283=""></router-outlet><!----><app-footer _ngcontent-sc283="" _nghost-sc282="">
in router-outlet my lazyload component content not rendering how i can fix this issue?
i have try intialnavigation in app-routing but its not work also try to add maploadermodular but its deprcated my expection is my lazyload component content should rebder in viewpage sourece
Aamirtest Testing is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.