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? readonly ApplicationConfig | undefined (Optional)
expressServer readonly ExpressServer Embedded Express Server