iisnode encountered an error when processing the request.

HRESULT: 0x2
HTTP status: 500
HTTP subStatus: 1002
HTTP reason: Internal Server Error

You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.

In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.

The last 64k of the output generated by the node.exe process to stderr is shown below:

JIT compilation failed for injectable [class PlatformLocation]
Application has thrown an uncaught exception and is terminated:
Error: The injectable 'PlatformLocation' needs to be compiled using the JIT compiler, but '@angular/compiler' is not available.

The injectable is part of a library that has been partially compiled.
However, the Angular Linker has not processed the library such that JIT compilation is used as fallback.

Ideally, the library is processed using the Angular Linker to become fully AOT compiled.
Alternatively, the JIT compiler should be loaded by bootstrapping using '@angular/platform-browser-dynamic' or '@angular/platform-server',
or manually provide the compiler with 'import "@angular/compiler";' before bootstrapping.
    at getCompilerFacade (file:///C:/Inetpub/vhosts/healthcareindia.net/httpdocs/node_modules/@angular/core/fesm2022/debug_node.mjs:209:15)
    at Module.ɵɵngDeclareFactory (file:///C:/Inetpub/vhosts/healthcareindia.net/httpdocs/node_modules/@angular/core/fesm2022/core.mjs:4047:22)
    at <static_initializer> (file:///C:/Inetpub/vhosts/healthcareindia.net/httpdocs/node_modules/@angular/common/fesm2022/location.mjs:53:22)
    at file:///C:/Inetpub/vhosts/healthcareindia.net/httpdocs/node_modules/@angular/common/fesm2022/location.mjs:24:1
    at ModuleJobSync.runSync (node:internal/modules/esm/module_job:387:35)
    at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:323:47)
    at Object.loadESMFromCJS [as .mjs] (node:internal/modules/cjs/loader:1371:24)
    at Module.load (node:internal/modules/cjs/loader:1275:32)
    at Module._load (node:internal/modules/cjs/loader:1096:12)
    at Module.require (node:internal/modules/cjs/loader:1298:19)