Type alias ShowHTMLOptions

ShowHTMLOptions: {
    file: string;
}

The options to customize the behavior of the middleware.

Type declaration

  • file: string

    The name of the file the middleware will serve. If the HTMLGenerator service is available, it will be overriden by the service.

    Default

    'index.html'
    

Generated using TypeDoc