Home
Using Smart NgRX
Demo Walkthrough
API
@smarttools/smart-ngrx / Function

createStore

Used during unit testing, this creates an empty store and puts it in the store() function so our code can get at it later.

Presentation

function createStore(): void;

Returns

void