Course lesson
So far we've been debugging by displaying json in our template.
So far we've been debugging by displaying json in our template.
But, if we want more fine-grained control, we'll want to bring in withDevtools from the package @angular-architects/ngrx-toolkit and include it in our store to get a Redux-style debugging experience.
Course lesson
So far we've been debugging by displaying json in our template.