DaffExternalRouterDriverMagentoModule

The module used to configure the DaffExternalRouterDriver for usage with Magento. ```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.

Properties

Name Type Description
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.