Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(inmemory): Fixes inmemory. The list displays.
Browse files Browse the repository at this point in the history
  • Loading branch information
nimishamukherjee committed Mar 9, 2017
1 parent f6b2805 commit ca79168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ if (process.env.ENV == 'inmemory') {
provide: Spaces,
useExisting: SpacesService
}

];
providers = [
GlobalSettings,
witApiUrlProvider,
serviceImports,
SpacesService,
DummySpace,
{
provide: Http,
Expand Down

0 comments on commit ca79168

Please sign in to comment.