Property 'provideStore' does not exist on type 'typeof StoreModule'

Viewed 9697

I reckon they published some breaking changes, this is the error message that I get:

Property 'provideStore' does not exist on type 'typeof StoreModule'.

I googled this error-message, but did not find anything. Nevertheless I guess there have been API-Updates that I am not aware of.

Can anybody point me in the right direction?

1 Answers
Related