@loopback/docs
Version:
Documentation for LoopBack 4
32 lines (20 loc) • 896 B
Markdown
lang: en
title: 'API docs: service-proxy.applicationwithservices.mountcomponentservices'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
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) > [@loopback/service-proxy](./service-proxy.md) > [ApplicationWithServices](./service-proxy.applicationwithservices.md) > [mountComponentServices](./service-proxy.applicationwithservices.mountcomponentservices.md)
## ApplicationWithServices.mountComponentServices() method
<b>Signature:</b>
```typescript
mountComponentServices(component: Class<{}>): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| component | <code>Class<{}></code> | |
<b>Returns:</b>
`void`