I’ve updated my project to Angular 16. The project is using the old SSR implementation through ngUniversal. I’ve enabled clientHydration in the server module but now I’m receiving this weird object in the SSR response. I’m not sure what this object means. Would be there a way to remove it?
"__ɵnghData__": [ { "t": { "40": "t1", "41": "t2" }, "c": { "40": [ { "i": "t1", "r": 1 } ], "41": [ ] } }, { "t": { "0": "t3", "1": "t5" }, "c": { "0": [ { "i": "t3", "r": 1, "t": { "1": "t4" }, "c": { "1": [ ] } } ], "1": [ ] } }, { "t": { "3": "t8", "4": "t9", "6": "t10", "10": "t11", "11": "t12", "13": "t13", "15": "t14", "17": "t15" }, "c": { "3": [ { "i": "t8", "r": 1 } ], "4": [ ], "6": [ ], "10": [ ], "11": [ ], "13": [ { "i": "t13", "r": 1, "x": 13 } ], "15": [ ], "17": [ ] } }, { "t": { "3": "t8", "4": "t9", "6": "t10", "10": "t11", "11": "t12", "13": "t13", "15": "t14", "17": "t15" },
I’ve tried to remove it but I’m not sure what it is.
JohnS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.