runInInjectionContext
function
Runs the given function in the context of the given
Injector
.
API
Description
function runInInjectionContext<ReturnT>( injector: Injector, fn: () => ReturnT): ReturnT;
Jump to details
Runs the given function in the context of the given
Injector
.
function runInInjectionContext<ReturnT>( injector: Injector, fn: () => ReturnT): ReturnT;