Skip to content

Commit

Permalink
refactor(example): rename devtools app name (#1275)
Browse files Browse the repository at this point in the history
closes #1270
  • Loading branch information
koumatsumoto authored and timdeschryver committed Aug 22, 2018
1 parent 5df1518 commit 2268fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/example-app/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import { AppRoutingModule } from './app-routing.module';
* See: https://github.com/zalmoxisus/redux-devtools-extension
*/
StoreDevtoolsModule.instrument({
name: 'NgRx Book Store DevTools',
name: 'NgRx Book Store App',
logOnly: environment.production,
}),

Expand Down

0 comments on commit 2268fc4

Please sign in to comment.