Page Contents

Home > @loopback/context > ResolutionSession > getResolutionPath

ResolutionSession.getResolutionPath() method

Get the resolution path including bindings and injections, for example: bindingA --> @ClassA[0] --> bindingB --> @ClassB.prototype.prop1 --> bindingC.

Signature:

getResolutionPath(): string;

Returns:

string