From d2c925ae3aa5bfa0e64bd3846b15e17aff30d164 Mon Sep 17 00:00:00 2001 From: Lukas Kimpel <lukas.kimpel@mni.thm.de> Date: Wed, 14 Mar 2018 20:25:40 +0100 Subject: [PATCH] Fix import in in-memory-data-service --- src/app/in-memory-data.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/in-memory-data.service.ts b/src/app/in-memory-data.service.ts index 38d6f3645..6919f5f75 100644 --- a/src/app/in-memory-data.service.ts +++ b/src/app/in-memory-data.service.ts @@ -1,5 +1,5 @@ import { InMemoryDbService } from 'angular-in-memory-web-api'; -import { ContentType } from './content'; +import { ContentType } from './content-type'; export class InMemoryDataService implements InMemoryDbService { /** -- GitLab