feat: add ConfigModule and FakeBackendInterceptor

Closes #34, #37
This commit is contained in:
Sebastian Lange
2019-02-08 11:58:51 +01:00
parent 0d1d26cd5d
commit 406f400555
15 changed files with 2479 additions and 359 deletions

View File

@@ -13,5 +13,7 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
export const environment = {
production: true
backend_url: 'http://localhost:3000',
backend_version: '1.0.0',
production: true,
};