---
lang: en
title: 'API docs: service-proxy.applicationwithservices.component'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/service-proxy
permalink: /doc/en/lb4/apidocs.service-proxy.applicationwithservices.component.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/service-proxy](./service-proxy.md) &gt; [ApplicationWithServices](./service-proxy.applicationwithservices.md) &gt; [component](./service-proxy.applicationwithservices.component.md)

## ApplicationWithServices.component() method

<b>Signature:</b>

```typescript
component(component: Constructor<{}>, name?: string): Binding;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  component | [Constructor](./context.constructor.md)<!-- -->&lt;{}&gt; |  |
|  name | string |  |

<b>Returns:</b>

[Binding](./context.binding.md)


