ngrx / store-devtools

Developer Tools for @ngrx/store
MIT License
325 stars 38 forks source link

include init action in LogMonitor #7

Closed laurelnaiad closed 8 years ago

laurelnaiad commented 8 years ago

include init action in LogMonitor

Net effect: the ng store init action is logged and permanently remains the first log entry in the monitor, and both Reset and Revert operations are always disabled for the init action.

laurelnaiad commented 8 years ago

I force-pushed a rebased rendition with a proper commit message.

MikeRyanDev commented 8 years ago

I ended up having to revert this PR. Styling didn't quite work and there was a problem in the template (missing a closing tag). Let's revisit after we get testing infrastructure in place.

laurelnaiad commented 8 years ago

Ugh. That'll teach me to do PRs in the morning. There's a missing quote on line 59. :(