File tree 3 files changed +2
-395
lines changed
apps/demo/src/app/drivers
3 files changed +2
-395
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { DaffAuthorizeNetInMemoryDriverModule } from '@daffodil/authorizenet/dri
9
9
import { DaffCartInMemoryDriverModule } from '@daffodil/cart/driver/in-memory' ;
10
10
import { DaffCategoryInMemoryDriverModule } from '@daffodil/category/driver/in-memory' ;
11
11
import { DaffInMemoryBackendCategoryService } from '@daffodil/category/driver/in-memory' ;
12
+ import { DaffInMemoryDriverModule } from '@daffodil/driver/in-memory' ;
12
13
import { DaffExternalRouterDriverInMemoryModule } from '@daffodil/external-router/driver/in-memory' ;
13
14
import { DaffGeographyInMemoryDriverModule } from '@daffodil/geography/driver/in-memory' ;
14
15
import {
@@ -20,12 +21,11 @@ import { DaffProductInMemoryDriverModule } from '@daffodil/product/driver/in-mem
20
21
import { DaffCompositeProductInMemoryDriverModule } from '@daffodil/product-composite/driver/in-memory' ;
21
22
import { DaffConfigurableProductInMemoryDriverModule } from '@daffodil/product-configurable/driver/in-memory' ;
22
23
23
- import { DemoInMemoryBackendService } from './in-memory/backend/backend.service' ;
24
24
import { DEMO_EXTERNAL_ROUTER_DRIVER_IN_MEMORY_CONFIG } from './in-memory/external-router.config.token' ;
25
25
26
26
@NgModule ( {
27
27
imports : [
28
- HttpClientInMemoryWebApiModule . forRoot ( DemoInMemoryBackendService ) ,
28
+ DaffInMemoryDriverModule . forRoot ( ) ,
29
29
DaffAuthorizeNetInMemoryDriverModule . forRoot ( ) ,
30
30
DaffAuthInMemoryDriverModule . forRoot ( ) ,
31
31
DaffProductInMemoryDriverModule . forRoot ( ) ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments