Skip to content

Commit

Permalink
fix(docs): update angular-cli variable
Browse files Browse the repository at this point in the history
angular-cli variable is production, not prod
  • Loading branch information
BernhardRode authored Jul 21, 2017
1 parent 125dda8 commit eeb7d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ import { environment } from '../environments/environment'; // Angular CLI enviro

@NgModule({
imports: [
!environment.prod ? StoreDevtoolsModule.instrument({ maxAge: 50 }) : []
!environment.production ? StoreDevtoolsModule.instrument({ maxAge: 50 }) : []
]
})
export class AppModule {}
Expand Down

0 comments on commit eeb7d5d

Please sign in to comment.