@loopback/docs
Version:
Documentation for LoopBack 4
27 lines (17 loc) • 680 B
Markdown
lang: en
title: 'API docs: context.resolutionsession.popinjection'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.context.resolutionsession.popinjection.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [ResolutionSession](./context.resolutionsession.md) > [popInjection](./context.resolutionsession.popinjection.md)
## ResolutionSession.popInjection() method
Pop the last injection
<b>Signature:</b>
```typescript
popInjection(): Readonly<Injection<any>>;
```
<b>Returns:</b>
`Readonly<Injection<any>>`