@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
36 lines (23 loc) • 1.09 kB
Markdown
---
lang: en
title: 'API docs: core.createservicebinding'
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.createservicebinding.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/core](./core.md) > [createServiceBinding](./core.createservicebinding.md)
## createServiceBinding() function
Create a service binding from a class or provider
<b>Signature:</b>
```typescript
export declare function createServiceBinding<S>(cls: ServiceOrProviderClass<S>, options?: ServiceOptions): Binding<S>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| cls | [ServiceOrProviderClass](./core.serviceorproviderclass.md)<!-- --><S> | Service class or provider |
| options | [ServiceOptions](./core.serviceoptions.md) | Service options |
<b>Returns:</b>
[Binding](./context.binding.md)<!-- --><S>