iisnode encountered an error when processing the request.

HRESULT: 0x6d
HTTP status: 500
HTTP subStatus: 1013
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:

ERROR TypeError: Cannot read property 'Product' of undefined
    at ProductPageComponent../src/app/pages/product-page/product-page.component.ts.ProductPageComponent.gtmProductDetail (D:\www\anjolee.com\server.js:162159:54)
    at ProductPageComponent../src/app/pages/product-page/product-page.component.ts.ProductPageComponent.ngOnInit (D:\www\anjolee.com\server.js:159362:14)
    at checkAndUpdateDirectiveInline (D:\www\anjolee.com\server.js:19034:19)
    at checkAndUpdateNodeInline (D:\www\anjolee.com\server.js:20298:20)
    at checkAndUpdateNode (D:\www\anjolee.com\server.js:20260:16)
    at prodCheckAndUpdateNode (D:\www\anjolee.com\server.js:20800:5)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:158825:1999)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:20589:72)
    at checkAndUpdateView (D:\www\anjolee.com\server.js:20242:14)
    at callViewAction (D:\www\anjolee.com\server.js:20483:21)
ERROR ReferenceError: gtag is not defined
    at SafeSubscriber._next (D:\www\anjolee.com\server.js:136830:13)
    at SafeSubscriber.__tryOrUnsub (D:\www\anjolee.com\server.js:29342:16)
    at SafeSubscriber.next (D:\www\anjolee.com\server.js:29280:22)
    at Subscriber._next (D:\www\anjolee.com\server.js:29224:26)
    at Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at FilterSubscriber._next (D:\www\anjolee.com\server.js:36334:30)
    at FilterSubscriber.Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at Subject.next (D:\www\anjolee.com\server.js:30252:25)
    at D:\www\anjolee.com\server.js:184597:22
    at ZoneDelegate.invoke (D:\www\anjolee.com\server.js:759:26)
ERROR TypeError: this.winRef.setTimeout is not a function
    at AutoplayService._getNextTimeout (D:\www\anjolee.com\server.js:201424:28)
    at AutoplayService._setAutoPlayInterval (D:\www\anjolee.com\server.js:201440:30)
    at AutoplayService.play (D:\www\anjolee.com\server.js:201405:14)
    at AutoplayService._handleChangeObservable (D:\www\anjolee.com\server.js:201490:22)
    at TapSubscriber._tapNext (D:\www\anjolee.com\server.js:201373:19)
    at TapSubscriber._next (D:\www\anjolee.com\server.js:36429:27)
    at TapSubscriber.Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at Subject.next (D:\www\anjolee.com\server.js:30252:25)
    at CarouselService._trigger (D:\www\anjolee.com\server.js:200443:48)
    at CarouselService.setup (D:\www\anjolee.com\server.js:199272:14)
ERROR HttpErrorResponse {
  headers:
   HttpHeaders {
     normalizedNames: Map {},
     lazyUpdate: null,
     lazyInit: [Function] },
  status: 500,
  statusText: 'Internal Server Error',
  url: 'https://api.anjolee.com/api/HomePage/GetDeliveryEstimate',
  ok: false,
  name: 'HttpErrorResponse',
  message:
   'Http failure response for https://api.anjolee.com/api/HomePage/GetDeliveryEstimate: 500 Internal Server Error',
  error:
   '<!DOCTYPE html>\r\n<html>\r\n    <head>\r\n        <title>Runtime Error</title>\r\n        <meta name="viewport" content="width=device-width" />\r\n        <style>\r\n         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} \r\n         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}\r\n         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}\r\n         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }\r\n         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }\r\n         pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}\r\n         .marker {font-weight: bold; color: black;text-decoration: none;}\r\n         .version {color: gray;}\r\n         .error {margin-bottom: 10px;}\r\n         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }\r\n         @media screen and (max-width: 639px) {\r\n          pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }\r\n         }\r\n         @media screen and (max-width: 479px) {\r\n          pre { width: 280px; }\r\n         }\r\n        </style>\r\n    </head>\r\n\r\n    <body bgcolor="white">\r\n\r\n            <span><H1>Server Error in \'/\' Application.<hr width=100% size=1 color=silver></H1>\r\n\r\n            <h2> <i>Runtime Error</i> </h2></span>\r\n\r\n            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">\r\n\r\n            <b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.\r\n            <br><br>\r\n\r\n            <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>\r\n\r\n            <table width=100% bgcolor="#ffffcc">\r\n               <tr>\r\n                  <td>\r\n                      <code><pre>\r\n\r\n&lt;!-- Web.Config Configuration File --&gt;\r\n\r\n&lt;configuration&gt;\r\n    &lt;system.web&gt;\r\n        &lt;customErrors mode=&quot;Off&quot;/&gt;\r\n    &lt;/system.web&gt;\r\n&lt;/configuration&gt;</pre>                      </code>\r\n\r\n                  </td>\r\n               </tr>\r\n            </table>\r\n\r\n            <br>\r\n\r\n            <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application&#39;s &lt;customErrors&gt; configuration tag to point to a custom error page URL.<br><br>\r\n\r\n            <table width=100% bgcolor="#ffffcc">\r\n               <tr>\r\n                  <td>\r\n                      <code><pre>\r\n\r\n&lt;!-- Web.Config Configuration File --&gt;\r\n\r\n&lt;configuration&gt;\r\n    &lt;system.web&gt;\r\n        &lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;\r\n    &lt;/system.web&gt;\r\n&lt;/configuration&gt;</pre>                      </code>\r\n\r\n                  </td>\r\n               </tr>\r\n            </table>\r\n\r\n            <br>\r\n\r\n            </font>\r\n\r\n    </body>\r\n</html>\r\n' }
ERROR ReferenceError: document is not defined
    at SafeSubscriber._next (D:\www\anjolee.com\server.js:170149:28)
    at SafeSubscriber.__tryOrUnsub (D:\www\anjolee.com\server.js:29342:16)
    at SafeSubscriber.next (D:\www\anjolee.com\server.js:29280:22)
    at Subscriber._next (D:\www\anjolee.com\server.js:29224:26)
    at Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at SafeSubscriber._next (D:\www\anjolee.com\server.js:169682:30)
    at SafeSubscriber.__tryOrUnsub (D:\www\anjolee.com\server.js:29342:16)
    at SafeSubscriber.next (D:\www\anjolee.com\server.js:29280:22)
    at Subscriber._next (D:\www\anjolee.com\server.js:29224:26)
    at Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
ERROR ReferenceError: $ is not defined
    at AppComponent../src/app/app.component.ts.AppComponent.ngOnInit (D:\www\anjolee.com\server.js:136750:9)
    at checkAndUpdateDirectiveInline (D:\www\anjolee.com\server.js:19034:19)
    at checkAndUpdateNodeInline (D:\www\anjolee.com\server.js:20298:20)
    at checkAndUpdateNode (D:\www\anjolee.com\server.js:20260:16)
    at prodCheckAndUpdateNode (D:\www\anjolee.com\server.js:20800:5)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:136342:851)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:20589:72)
    at Object.checkAndUpdateView (D:\www\anjolee.com\server.js:20242:14)
    at ViewRef_.detectChanges (D:\www\anjolee.com\server.js:18629:22)
    at D:\www\anjolee.com\server.js:14365:63
ERROR ReferenceError: document is not defined
    at HeaderDesktopMenuComponent../src/app/uicomponents/header-desktop-menu/header-desktop-menu.component.ts.HeaderDesktopMenuComponent.ngOnInit (D:\www\anjolee.com\server.js:171536:9)
    at checkAndUpdateDirectiveInline (D:\www\anjolee.com\server.js:19034:19)
    at checkAndUpdateNodeInline (D:\www\anjolee.com\server.js:20298:20)
    at checkAndUpdateNode (D:\www\anjolee.com\server.js:20260:16)
    at prodCheckAndUpdateNode (D:\www\anjolee.com\server.js:20800:5)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:136338:846)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:20589:72)
    at checkAndUpdateView (D:\www\anjolee.com\server.js:20242:14)
    at callViewAction (D:\www\anjolee.com\server.js:20483:21)
    at execComponentViewsAction (D:\www\anjolee.com\server.js:20425:13)
ERROR ReferenceError: document is not defined
    at HomePageComponent../src/app/pages/home-page/home-page.component.ts.HomePageComponent.optimonkScript (D:\www\anjolee.com\server.js:154100:20)
    at HomePageComponent../src/app/pages/home-page/home-page.component.ts.HomePageComponent.ngOnInit (D:\www\anjolee.com\server.js:153946:14)
    at checkAndUpdateDirectiveInline (D:\www\anjolee.com\server.js:19034:19)
    at checkAndUpdateNodeInline (D:\www\anjolee.com\server.js:20298:20)
    at checkAndUpdateNode (D:\www\anjolee.com\server.js:20260:16)
    at prodCheckAndUpdateNode (D:\www\anjolee.com\server.js:20800:5)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:153772:1572)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:20589:72)
    at checkAndUpdateView (D:\www\anjolee.com\server.js:20242:14)
    at callViewAction (D:\www\anjolee.com\server.js:20483:21)
ERROR ReferenceError: gtag is not defined
    at SafeSubscriber._next (D:\www\anjolee.com\server.js:136830:13)
    at SafeSubscriber.__tryOrUnsub (D:\www\anjolee.com\server.js:29342:16)
    at SafeSubscriber.next (D:\www\anjolee.com\server.js:29280:22)
    at Subscriber._next (D:\www\anjolee.com\server.js:29224:26)
    at Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at FilterSubscriber._next (D:\www\anjolee.com\server.js:36334:30)
    at FilterSubscriber.Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at Subject.next (D:\www\anjolee.com\server.js:30252:25)
    at D:\www\anjolee.com\server.js:184597:22
    at ZoneDelegate.invoke (D:\www\anjolee.com\server.js:759:26)
ERROR TypeError: this.winRef.setTimeout is not a function
    at AutoplayService._getNextTimeout (D:\www\anjolee.com\server.js:201424:28)
    at AutoplayService._setAutoPlayInterval (D:\www\anjolee.com\server.js:201440:30)
    at AutoplayService.play (D:\www\anjolee.com\server.js:201405:14)
    at AutoplayService._handleChangeObservable (D:\www\anjolee.com\server.js:201490:22)
    at TapSubscriber._tapNext (D:\www\anjolee.com\server.js:201373:19)
    at TapSubscriber._next (D:\www\anjolee.com\server.js:36429:27)
    at TapSubscriber.Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at Subject.next (D:\www\anjolee.com\server.js:30252:25)
    at CarouselService._trigger (D:\www\anjolee.com\server.js:200443:48)
    at CarouselService.setup (D:\www\anjolee.com\server.js:199272:14)
ERROR HttpErrorResponse {
  headers:
   HttpHeaders {
     normalizedNames: Map {},
     lazyUpdate: null,
     lazyInit: [Function] },
  status: 500,
  statusText: 'Internal Server Error',
  url: 'https://api.anjolee.com/api/HomePage/GetDeliveryEstimate',
  ok: false,
  name: 'HttpErrorResponse',
  message:
   'Http failure response for https://api.anjolee.com/api/HomePage/GetDeliveryEstimate: 500 Internal Server Error',
  error:
   '<!DOCTYPE html>\r\n<html>\r\n    <head>\r\n        <title>Runtime Error</title>\r\n        <meta name="viewport" content="width=device-width" />\r\n        <style>\r\n         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} \r\n         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}\r\n         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}\r\n         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }\r\n         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }\r\n         pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}\r\n         .marker {font-weight: bold; color: black;text-decoration: none;}\r\n         .version {color: gray;}\r\n         .error {margin-bottom: 10px;}\r\n         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }\r\n         @media screen and (max-width: 639px) {\r\n          pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }\r\n         }\r\n         @media screen and (max-width: 479px) {\r\n          pre { width: 280px; }\r\n         }\r\n        </style>\r\n    </head>\r\n\r\n    <body bgcolor="white">\r\n\r\n            <span><H1>Server Error in \'/\' Application.<hr width=100% size=1 color=silver></H1>\r\n\r\n            <h2> <i>Runtime Error</i> </h2></span>\r\n\r\n            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">\r\n\r\n            <b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.\r\n            <br><br>\r\n\r\n            <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>\r\n\r\n            <table width=100% bgcolor="#ffffcc">\r\n               <tr>\r\n                  <td>\r\n                      <code><pre>\r\n\r\n&lt;!-- Web.Config Configuration File --&gt;\r\n\r\n&lt;configuration&gt;\r\n    &lt;system.web&gt;\r\n        &lt;customErrors mode=&quot;Off&quot;/&gt;\r\n    &lt;/system.web&gt;\r\n&lt;/configuration&gt;</pre>                      </code>\r\n\r\n                  </td>\r\n               </tr>\r\n            </table>\r\n\r\n            <br>\r\n\r\n            <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application&#39;s &lt;customErrors&gt; configuration tag to point to a custom error page URL.<br><br>\r\n\r\n            <table width=100% bgcolor="#ffffcc">\r\n               <tr>\r\n                  <td>\r\n                      <code><pre>\r\n\r\n&lt;!-- Web.Config Configuration File --&gt;\r\n\r\n&lt;configuration&gt;\r\n    &lt;system.web&gt;\r\n        &lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;\r\n    &lt;/system.web&gt;\r\n&lt;/configuration&gt;</pre>                      </code>\r\n\r\n                  </td>\r\n               </tr>\r\n            </table>\r\n\r\n            <br>\r\n\r\n            </font>\r\n\r\n    </body>\r\n</html>\r\n' }
ERROR HttpErrorResponse {
  headers:
   HttpHeaders {
     normalizedNames: Map {},
     lazyUpdate: null,
     lazyInit: [Function] },
  status: 500,
  statusText: 'Internal Server Error',
  url: 'https://api.anjolee.com/api/ProductList/GetMainPageImages',
  ok: false,
  name: 'HttpErrorResponse',
  message:
   'Http failure response for https://api.anjolee.com/api/ProductList/GetMainPageImages: 500 Internal Server Error',
  error:
   '<!DOCTYPE html>\r\n<html>\r\n    <head>\r\n        <title>Runtime Error</title>\r\n        <meta name="viewport" content="width=device-width" />\r\n        <style>\r\n         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} \r\n         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}\r\n         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}\r\n         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }\r\n         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }\r\n         pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}\r\n         .marker {font-weight: bold; color: black;text-decoration: none;}\r\n         .version {color: gray;}\r\n         .error {margin-bottom: 10px;}\r\n         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }\r\n         @media screen and (max-width: 639px) {\r\n          pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }\r\n         }\r\n         @media screen and (max-width: 479px) {\r\n          pre { width: 280px; }\r\n         }\r\n        </style>\r\n    </head>\r\n\r\n    <body bgcolor="white">\r\n\r\n            <span><H1>Server Error in \'/\' Application.<hr width=100% size=1 color=silver></H1>\r\n\r\n            <h2> <i>Runtime Error</i> </h2></span>\r\n\r\n            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">\r\n\r\n            <b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.\r\n            <br><br>\r\n\r\n            <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>\r\n\r\n            <table width=100% bgcolor="#ffffcc">\r\n               <tr>\r\n                  <td>\r\n                      <code><pre>\r\n\r\n&lt;!-- Web.Config Configuration File --&gt;\r\n\r\n&lt;configuration&gt;\r\n    &lt;system.web&gt;\r\n        &lt;customErrors mode=&quot;Off&quot;/&gt;\r\n    &lt;/system.web&gt;\r\n&lt;/configuration&gt;</pre>                      </code>\r\n\r\n                  </td>\r\n               </tr>\r\n            </table>\r\n\r\n            <br>\r\n\r\n            <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application&#39;s &lt;customErrors&gt; configuration tag to point to a custom error page URL.<br><br>\r\n\r\n            <table width=100% bgcolor="#ffffcc">\r\n               <tr>\r\n                  <td>\r\n                      <code><pre>\r\n\r\n&lt;!-- Web.Config Configuration File --&gt;\r\n\r\n&lt;configuration&gt;\r\n    &lt;system.web&gt;\r\n        &lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;\r\n    &lt;/system.web&gt;\r\n&lt;/configuration&gt;</pre>                      </code>\r\n\r\n                  </td>\r\n               </tr>\r\n            </table>\r\n\r\n            <br>\r\n\r\n            </font>\r\n\r\n    </body>\r\n</html>\r\n' }
ERROR ReferenceError: document is not defined
    at SafeSubscriber._next (D:\www\anjolee.com\server.js:170149:28)
    at SafeSubscriber.__tryOrUnsub (D:\www\anjolee.com\server.js:29342:16)
    at SafeSubscriber.next (D:\www\anjolee.com\server.js:29280:22)
    at Subscriber._next (D:\www\anjolee.com\server.js:29224:26)
    at Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at SafeSubscriber._next (D:\www\anjolee.com\server.js:169682:30)
    at SafeSubscriber.__tryOrUnsub (D:\www\anjolee.com\server.js:29342:16)
    at SafeSubscriber.next (D:\www\anjolee.com\server.js:29280:22)
    at Subscriber._next (D:\www\anjolee.com\server.js:29224:26)
    at Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
ERROR TypeError: Cannot read property 'Config' of undefined
    at Timeout.<anonymous> (D:\www\anjolee.com\server.js:159092:50)
    at ZoneDelegate.invokeTask (D:\www\anjolee.com\server.js:792:31)
    at Object.onInvokeTask (D:\www\anjolee.com\server.js:13599:33)
    at ZoneDelegate.invokeTask (D:\www\anjolee.com\server.js:791:36)
    at Zone.runTask (D:\www\anjolee.com\server.js:559:47)
    at ZoneTask.invokeTask (D:\www\anjolee.com\server.js:867:34)
    at Timeout.ZoneTask.invoke (D:\www\anjolee.com\server.js:856:48)
    at Timeout.timer [as _onTimeout] (D:\www\anjolee.com\server.js:2411:29)
    at ontimeout (timers.js:436:11)
    at tryOnTimeout (timers.js:300:5)
ERROR ReferenceError: $ is not defined
    at AppComponent../src/app/app.component.ts.AppComponent.ngOnInit (D:\www\anjolee.com\server.js:136750:9)
    at checkAndUpdateDirectiveInline (D:\www\anjolee.com\server.js:19034:19)
    at checkAndUpdateNodeInline (D:\www\anjolee.com\server.js:20298:20)
    at checkAndUpdateNode (D:\www\anjolee.com\server.js:20260:16)
    at prodCheckAndUpdateNode (D:\www\anjolee.com\server.js:20800:5)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:136342:851)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:20589:72)
    at Object.checkAndUpdateView (D:\www\anjolee.com\server.js:20242:14)
    at ViewRef_.detectChanges (D:\www\anjolee.com\server.js:18629:22)
    at D:\www\anjolee.com\server.js:14365:63
ERROR ReferenceError: document is not defined
    at HeaderDesktopMenuComponent../src/app/uicomponents/header-desktop-menu/header-desktop-menu.component.ts.HeaderDesktopMenuComponent.ngOnInit (D:\www\anjolee.com\server.js:171536:9)
    at checkAndUpdateDirectiveInline (D:\www\anjolee.com\server.js:19034:19)
    at checkAndUpdateNodeInline (D:\www\anjolee.com\server.js:20298:20)
    at checkAndUpdateNode (D:\www\anjolee.com\server.js:20260:16)
    at prodCheckAndUpdateNode (D:\www\anjolee.com\server.js:20800:5)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:136338:846)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:20589:72)
    at checkAndUpdateView (D:\www\anjolee.com\server.js:20242:14)
    at callViewAction (D:\www\anjolee.com\server.js:20483:21)
    at execComponentViewsAction (D:\www\anjolee.com\server.js:20425:13)
ERROR TypeError: Cannot read property 'Product' of undefined
    at ProductPageComponent../src/app/pages/product-page/product-page.component.ts.ProductPageComponent.gtmProductDetail (D:\www\anjolee.com\server.js:162159:54)
    at ProductPageComponent../src/app/pages/product-page/product-page.component.ts.ProductPageComponent.ngOnInit (D:\www\anjolee.com\server.js:159362:14)
    at checkAndUpdateDirectiveInline (D:\www\anjolee.com\server.js:19034:19)
    at checkAndUpdateNodeInline (D:\www\anjolee.com\server.js:20298:20)
    at checkAndUpdateNode (D:\www\anjolee.com\server.js:20260:16)
    at prodCheckAndUpdateNode (D:\www\anjolee.com\server.js:20800:5)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:158825:1999)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:20589:72)
    at checkAndUpdateView (D:\www\anjolee.com\server.js:20242:14)
    at callViewAction (D:\www\anjolee.com\server.js:20483:21)
ERROR ReferenceError: gtag is not defined
    at SafeSubscriber._next (D:\www\anjolee.com\server.js:136830:13)
    at SafeSubscriber.__tryOrUnsub (D:\www\anjolee.com\server.js:29342:16)
    at SafeSubscriber.next (D:\www\anjolee.com\server.js:29280:22)
    at Subscriber._next (D:\www\anjolee.com\server.js:29224:26)
    at Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at FilterSubscriber._next (D:\www\anjolee.com\server.js:36334:30)
    at FilterSubscriber.Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at Subject.next (D:\www\anjolee.com\server.js:30252:25)
    at D:\www\anjolee.com\server.js:184597:22
    at ZoneDelegate.invoke (D:\www\anjolee.com\server.js:759:26)
ERROR TypeError: this.winRef.setTimeout is not a function
    at AutoplayService._getNextTimeout (D:\www\anjolee.com\server.js:201424:28)
    at AutoplayService._setAutoPlayInterval (D:\www\anjolee.com\server.js:201440:30)
    at AutoplayService.play (D:\www\anjolee.com\server.js:201405:14)
    at AutoplayService._handleChangeObservable (D:\www\anjolee.com\server.js:201490:22)
    at TapSubscriber._tapNext (D:\www\anjolee.com\server.js:201373:19)
    at TapSubscriber._next (D:\www\anjolee.com\server.js:36429:27)
    at TapSubscriber.Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at Subject.next (D:\www\anjolee.com\server.js:30252:25)
    at CarouselService._trigger (D:\www\anjolee.com\server.js:200443:48)
    at CarouselService.setup (D:\www\anjolee.com\server.js:199272:14)
ERROR HttpErrorResponse {
  headers:
   HttpHeaders {
     normalizedNames: Map {},
     lazyUpdate: null,
     lazyInit: [Function] },
  status: 500,
  statusText: 'Internal Server Error',
  url: 'https://api.anjolee.com/api/HomePage/GetDeliveryEstimate',
  ok: false,
  name: 'HttpErrorResponse',
  message:
   'Http failure response for https://api.anjolee.com/api/HomePage/GetDeliveryEstimate: 500 Internal Server Error',
  error:
   '<!DOCTYPE html>\r\n<html>\r\n    <head>\r\n        <title>Runtime Error</title>\r\n        <meta name="viewport" content="width=device-width" />\r\n        <style>\r\n         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} \r\n         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}\r\n         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}\r\n         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }\r\n         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }\r\n         pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}\r\n         .marker {font-weight: bold; color: black;text-decoration: none;}\r\n         .version {color: gray;}\r\n         .error {margin-bottom: 10px;}\r\n         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }\r\n         @media screen and (max-width: 639px) {\r\n          pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }\r\n         }\r\n         @media screen and (max-width: 479px) {\r\n          pre { width: 280px; }\r\n         }\r\n        </style>\r\n    </head>\r\n\r\n    <body bgcolor="white">\r\n\r\n            <span><H1>Server Error in \'/\' Application.<hr width=100% size=1 color=silver></H1>\r\n\r\n            <h2> <i>Runtime Error</i> </h2></span>\r\n\r\n            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">\r\n\r\n            <b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.\r\n            <br><br>\r\n\r\n            <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>\r\n\r\n            <table width=100% bgcolor="#ffffcc">\r\n               <tr>\r\n                  <td>\r\n                      <code><pre>\r\n\r\n&lt;!-- Web.Config Configuration File --&gt;\r\n\r\n&lt;configuration&gt;\r\n    &lt;system.web&gt;\r\n        &lt;customErrors mode=&quot;Off&quot;/&gt;\r\n    &lt;/system.web&gt;\r\n&lt;/configuration&gt;</pre>                      </code>\r\n\r\n                  </td>\r\n               </tr>\r\n            </table>\r\n\r\n            <br>\r\n\r\n            <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application&#39;s &lt;customErrors&gt; configuration tag to point to a custom error page URL.<br><br>\r\n\r\n            <table width=100% bgcolor="#ffffcc">\r\n               <tr>\r\n                  <td>\r\n                      <code><pre>\r\n\r\n&lt;!-- Web.Config Configuration File --&gt;\r\n\r\n&lt;configuration&gt;\r\n    &lt;system.web&gt;\r\n        &lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;\r\n    &lt;/system.web&gt;\r\n&lt;/configuration&gt;</pre>                      </code>\r\n\r\n                  </td>\r\n               </tr>\r\n            </table>\r\n\r\n            <br>\r\n\r\n            </font>\r\n\r\n    </body>\r\n</html>\r\n' }
ERROR ReferenceError: document is not defined
    at SafeSubscriber._next (D:\www\anjolee.com\server.js:170149:28)
    at SafeSubscriber.__tryOrUnsub (D:\www\anjolee.com\server.js:29342:16)
    at SafeSubscriber.next (D:\www\anjolee.com\server.js:29280:22)
    at Subscriber._next (D:\www\anjolee.com\server.js:29224:26)
    at Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at SafeSubscriber._next (D:\www\anjolee.com\server.js:169682:30)
    at SafeSubscriber.__tryOrUnsub (D:\www\anjolee.com\server.js:29342:16)
    at SafeSubscriber.next (D:\www\anjolee.com\server.js:29280:22)
    at Subscriber._next (D:\www\anjolee.com\server.js:29224:26)
    at Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
ERROR TypeError: Cannot read property 'Config' of undefined
    at Timeout.<anonymous> (D:\www\anjolee.com\server.js:159092:50)
    at ZoneDelegate.invokeTask (D:\www\anjolee.com\server.js:792:31)
    at Object.onInvokeTask (D:\www\anjolee.com\server.js:13599:33)
    at ZoneDelegate.invokeTask (D:\www\anjolee.com\server.js:791:36)
    at Zone.runTask (D:\www\anjolee.com\server.js:559:47)
    at ZoneTask.invokeTask (D:\www\anjolee.com\server.js:867:34)
    at Timeout.ZoneTask.invoke (D:\www\anjolee.com\server.js:856:48)
    at Timeout.timer [as _onTimeout] (D:\www\anjolee.com\server.js:2411:29)
    at ontimeout (timers.js:436:11)
    at tryOnTimeout (timers.js:300:5)
ERROR ReferenceError: $ is not defined
    at AppComponent../src/app/app.component.ts.AppComponent.ngOnInit (D:\www\anjolee.com\server.js:136750:9)
    at checkAndUpdateDirectiveInline (D:\www\anjolee.com\server.js:19034:19)
    at checkAndUpdateNodeInline (D:\www\anjolee.com\server.js:20298:20)
    at checkAndUpdateNode (D:\www\anjolee.com\server.js:20260:16)
    at prodCheckAndUpdateNode (D:\www\anjolee.com\server.js:20800:5)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:136342:851)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:20589:72)
    at Object.checkAndUpdateView (D:\www\anjolee.com\server.js:20242:14)
    at ViewRef_.detectChanges (D:\www\anjolee.com\server.js:18629:22)
    at D:\www\anjolee.com\server.js:14365:63
ERROR ReferenceError: document is not defined
    at HeaderDesktopMenuComponent../src/app/uicomponents/header-desktop-menu/header-desktop-menu.component.ts.HeaderDesktopMenuComponent.ngOnInit (D:\www\anjolee.com\server.js:171536:9)
    at checkAndUpdateDirectiveInline (D:\www\anjolee.com\server.js:19034:19)
    at checkAndUpdateNodeInline (D:\www\anjolee.com\server.js:20298:20)
    at checkAndUpdateNode (D:\www\anjolee.com\server.js:20260:16)
    at prodCheckAndUpdateNode (D:\www\anjolee.com\server.js:20800:5)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:136338:846)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:20589:72)
    at checkAndUpdateView (D:\www\anjolee.com\server.js:20242:14)
    at callViewAction (D:\www\anjolee.com\server.js:20483:21)
    at execComponentViewsAction (D:\www\anjolee.com\server.js:20425:13)
ERROR ReferenceError: document is not defined
    at HomePageComponent../src/app/pages/home-page/home-page.component.ts.HomePageComponent.optimonkScript (D:\www\anjolee.com\server.js:154100:20)
    at HomePageComponent../src/app/pages/home-page/home-page.component.ts.HomePageComponent.ngOnInit (D:\www\anjolee.com\server.js:153946:14)
    at checkAndUpdateDirectiveInline (D:\www\anjolee.com\server.js:19034:19)
    at checkAndUpdateNodeInline (D:\www\anjolee.com\server.js:20298:20)
    at checkAndUpdateNode (D:\www\anjolee.com\server.js:20260:16)
    at prodCheckAndUpdateNode (D:\www\anjolee.com\server.js:20800:5)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:153772:1572)
    at Object.updateDirectives (D:\www\anjolee.com\server.js:20589:72)
    at checkAndUpdateView (D:\www\anjolee.com\server.js:20242:14)
    at callViewAction (D:\www\anjolee.com\server.js:20483:21)
ERROR ReferenceError: gtag is not defined
    at SafeSubscriber._next (D:\www\anjolee.com\server.js:136830:13)
    at SafeSubscriber.__tryOrUnsub (D:\www\anjolee.com\server.js:29342:16)
    at SafeSubscriber.next (D:\www\anjolee.com\server.js:29280:22)
    at Subscriber._next (D:\www\anjolee.com\server.js:29224:26)
    at Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at FilterSubscriber._next (D:\www\anjolee.com\server.js:36334:30)
    at FilterSubscriber.Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at Subject.next (D:\www\anjolee.com\server.js:30252:25)
    at D:\www\anjolee.com\server.js:184597:22
    at ZoneDelegate.invoke (D:\www\anjolee.com\server.js:759:26)
ERROR TypeError: this.winRef.setTimeout is not a function
    at AutoplayService._getNextTimeout (D:\www\anjolee.com\server.js:201424:28)
    at AutoplayService._setAutoPlayInterval (D:\www\anjolee.com\server.js:201440:30)
    at AutoplayService.play (D:\www\anjolee.com\server.js:201405:14)
    at AutoplayService._handleChangeObservable (D:\www\anjolee.com\server.js:201490:22)
    at TapSubscriber._tapNext (D:\www\anjolee.com\server.js:201373:19)
    at TapSubscriber._next (D:\www\anjolee.com\server.js:36429:27)
    at TapSubscriber.Subscriber.next (D:\www\anjolee.com\server.js:29201:18)
    at Subject.next (D:\www\anjolee.com\server.js:30252:25)
    at CarouselService._trigger (D:\www\anjolee.com\server.js:200443:48)
    at CarouselService.setup (D:\www\anjolee.com\server.js:199272:14)