Skip to content
Snippets Groups Projects
Verified Commit d2c925ae authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Fix import in in-memory-data-service

parent 85a80f71
1 merge request!86Resolve "content types (classes)"
Pipeline #13448 passed with stage
in 32 seconds
import { InMemoryDbService } from 'angular-in-memory-web-api'; import { InMemoryDbService } from 'angular-in-memory-web-api';
import { ContentType } from './content'; import { ContentType } from './content-type';
export class InMemoryDataService implements InMemoryDbService { export class InMemoryDataService implements InMemoryDbService {
/** /**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment