annotate src/environments/environment.prod.ts @ 357:b529a08ddff1

Explicitly state the change detection strategy, despite the fact it will already be OnPush here because its parent is.
author Lucas Thompson <dev@lucas.im>
date Fri, 26 May 2017 18:30:58 +0100
parents 340ce94899fd
children
rev   line source
angular-cli@0 1 export const environment = {
angular-cli@0 2 production: true
angular-cli@0 3 };