UNPKG

ngx-testing-tools

Version:
8 lines (7 loc) 199 B
export type InjectionStore<I extends {} = {}> = { /** * Store from which we can retrieve injection instances created by the `inject()` method. * @see inject */ injected: I; };