@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
34 lines (23 loc) • 1.18 kB
Markdown
lang: en
title: 'API docs: service-proxy.applicationwithservices'
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.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)
## ApplicationWithServices interface
Interface for an Application mixed in with ServiceMixin
<b>Signature:</b>
```typescript
export interface ApplicationWithServices extends Application
```
<b>Extends:</b> [Application](./core.application.md)
## Methods
| Method | Description |
| --- | --- |
| [component(component, name)](./service-proxy.applicationwithservices.component.md) | |
| [mountComponentServices(component)](./service-proxy.applicationwithservices.mountcomponentservices.md) | |
| [serviceProvider(provider, name)](./service-proxy.applicationwithservices.serviceprovider.md) | |