annotate src/environments/environment.prod.ts @ 363:53d33e0d0636

Set up some logic for rendering different items. Might belong somewhere else.
author Lucas Thompson <dev@lucas.im>
date Tue, 30 May 2017 15:08:34 +0100
parents 340ce94899fd
children
rev   line source
angular-cli@0 1 export const environment = {
angular-cli@0 2 production: true
angular-cli@0 3 };