Page Contents

Home > @loopback/express > ExpressServer > (constructor)

ExpressServer.(constructor)

Constructs a new instance of the ExpressServer class

Signature:

constructor(config?: ExpressServerConfig | undefined, parent?: Context);

Parameters

Parameter Type Description
config ExpressServerConfig | undefined  
parent Context