UNPKG

@loopback/docs

Version:
34 lines (21 loc) 742 B
--- lang: en title: 'API docs: core.asservice' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.core.asservice.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/core](./core.md) &gt; [asService](./core.asservice.md) ## asService() function Create a binding template for a service interface <b>Signature:</b> ```typescript export declare function asService(serviceInterface: ServiceInterface): BindingTemplate; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | serviceInterface | <code>ServiceInterface</code> | Service interface | <b>Returns:</b> `BindingTemplate`