ngrx-example icon indicating copy to clipboard operation
ngrx-example copied to clipboard

Results 6 ngrx-example issues
Sort by recently updated
recently updated
newest added

I suspect some zone related issue, since it seems to trigger only after new notification from websocket is recieved. Similar problem is with `AuthRoute`, where the component renders, but inputs...

bug
help wanted

The idea for the whole app is to act as kind of walkthrough, meaning that each component should have description of what it does, how it does it etc. With...

- [ ] auth - [ ] people add / save

probably add it as webpack global variable, so it can be different for dev / prod... alternatively just add global constant

enhancement

It should instead use onInit$ subject instead, which means changing https://github.com/fxck/ngrx-example/blob/master/src/app/app.component.ts#L55 to `checkAuthAction$` and add `startNotificationsAction$`. @MikeRyan52 is there a better way(than to create subject and `next()` it in `ngOnInit`)...

help wanted

components/services/sagas etc and their folders are currently named like this - app - components - app-bar.component - app-bar.component.html - app-bar.component.scss - app-bar.component.ts that `.component` part i folder needs to be...