Skip to content

Commit eeb7d5d

Browse files
authored
fix(docs): update angular-cli variable
angular-cli variable is production, not prod
1 parent 125dda8 commit eeb7d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ import { environment } from '../environments/environment'; // Angular CLI enviro
441441

442442
@NgModule({
443443
imports: [
444-
!environment.prod ? StoreDevtoolsModule.instrument({ maxAge: 50 }) : []
444+
!environment.production ? StoreDevtoolsModule.instrument({ maxAge: 50 }) : []
445445
]
446446
})
447447
export class AppModule {}

0 commit comments

Comments
 (0)