@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
31 lines (20 loc) • 843 B
Markdown
lang: en
title: 'API docs: core.application._constructor_'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/core
permalink: /doc/en/lb4/apidocs.core.application._constructor_.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/core](./core.md) > [Application](./core.application.md) > [(constructor)](./core.application._constructor_.md)
## Application.(constructor)
Create an application with the given parent context
<b>Signature:</b>
```typescript
constructor(parent: Context);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| parent | [Context](./context.context.md) | Parent context |