Page Contents
Home > @loopback/express > ExpressApplication
ExpressApplication class
A LoopBack application with Express server
Signature:
export declare class ExpressApplication extends Application
Extends: Application
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(config) | Constructs a new instance of the ExpressApplication class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| config? | ApplicationConfig | undefined | (Optional) | |
| expressServer | ExpressServer | Embedded Express Server |