btroncone / ngrx-store-logger

Advanced logging middleware for @ngrx/store applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working with NgRx Standalone APIs

uladzimir-miadzinski opened this issue · comments

Any plans to add something to support standalone apis?

What about to create new function like provideNgRxStoreLogger(config) that developers will be able to use inside bootstraApplication providers?

bootstrapApplication(AppComponent, {
  providers: [ <here> ]
});