Refactor demo shell as CLI project (#2501)

* split interfaces

* angular cli demo refactoring

* fix test import

* fix demo script

* fix demo script

* fix demo script

* fix demo script
This commit is contained in:
Mario Romano
2017-10-22 00:02:41 +01:00
committed by Eugenio Romano
parent 9ac0c06acd
commit 167336f245
184 changed files with 3898 additions and 3832 deletions

View File

@@ -0,0 +1,3 @@
export const environment = {
production: true
};

View File

@@ -0,0 +1,8 @@
// The file contents for the current environment will overwrite these during build.
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
// The list of which env maps to which file can be found in `.angular-cli.json`.
export const environment = {
production: false
};