import { InMemoryBackendService, SEED_DATA } from 'angular2-in-memory-web-api';
import { InMemoryDataService } from './in-memory-data.service';
The InMemoryDataService
class doesn't come under any API. We need to create a service class and then import that service class into app.module.ts file.