The Wayback Machine - https://web.archive.org/web/20241208180918/https://angular.dev/api/ssr/node/createNodeRequestHandler/
    • Overview
@angular/ssr/node

createNodeRequestHandler

function

Attaches metadata to the handler function to mark it as a special handler for Node.js environments.

  
    function createNodeRequestHandler<T extends NodeRequestHandlerFunction>(  handler: T): T;
  
  

createNodeRequestHandler

T

Attaches metadata to the handler function to mark it as a special handler for Node.js environments.

@paramhandlerT
  • The handler function to be defined and annotated.
@returnsT
Jump to details
HTTPS · web.archive.org
← Home