---
lang: en
title: 'API docs: service-proxy.applicationwithservices.mountcomponentservices'
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.mountcomponentservices.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; [mountComponentServices](./service-proxy.applicationwithservices.mountcomponentservices.md)

## ApplicationWithServices.mountComponentServices() method

<b>Signature:</b>

```typescript
mountComponentServices(component: Constructor<{}>): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  component | [Constructor](./context.constructor.md)<!-- -->&lt;{}&gt; |  |

<b>Returns:</b>

void


