DaffExternalRouterDriverMagentoModule
The module used to configure the DaffExternalRouterDriver
for usage with Magento.
Properties
Name | Type | Description |
---|
Examples
```ts
@NgModule({ declarations: [], imports: [ ... DaffExternalRouterDriverMagentoModule.forRoot() ], }) export class AppModule{}
Note that this package depends upon ApolloClient, as the Magento driver uses GraphQl to make it's API calls.