ngrx-example
ngrx-example copied to clipboard
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...
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
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`)...
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...