I am using @ngrx/data in an Angular 11 app, and I want to provide initial state to my Settings entity like you can do with @ngrx/store with StoreModule.forRoot({}, {initialState: someInitialState}.
What is the correct way to provide initial state to a @ngrx/data entity?
Thanks!
Use an effect or the constructor of a related module