Cloudflare pages doesn't support angular 17/angular 18

I wonder why Cloudflare pages don’t support angular 17/angular 18 while Vercel supports nextjs and angular 17? I can deploy app on vercel with Angular 17 but not in cloudflare pages why angular 17 / 18 is not supported here while angular 15 is supported in cloudflare?

can anyone provide me with a step for deploying angular 18 in Cloudflare? I always get a 404 error with angular 17 on Cloudflare while I can deploy the same on Vercel

You just need to replace this in to angular.json file

“prerender”: false,
“ssr”: false