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