Angular 6 migration (#132)

* Successfully migrates

* updates environment and package command
This commit is contained in:
Scott
2018-06-11 16:18:58 +10:00
committed by Adrian Gallagher
parent 0dac26c6da
commit 5c28e97c2a
9 changed files with 2196 additions and 1072 deletions

View File

@@ -0,0 +1,4 @@
export const CONF_PROD = {
production: true,
environment: 'PROD'
};