UNPKG
ngx-testing-tools
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
Makes Angular testing easier
github.com/remscodes/ngx-testing-tools
remscodes/ngx-testing-tools
ngx-testing-tools
/
lib
/
common
/
tools
/
store
/
models
/
injected-store.model.d.ts
8 lines
(7 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
InjectionStore
<I
extends
{} = {}> = {
/** * Store from which we can retrieve injection instances created by the `inject()` method. *
@see
inject
*/
injected
: I; };