Skip to content

Commit

Permalink
fix: add FeaturesConfigModule to CheckoutReviewSubmitModule (#17922)
Browse files Browse the repository at this point in the history
FeaturesConfigModule has been added to CheckoutReviewSubmitModule to. get rid of error
  • Loading branch information
rmch91 authored Oct 6, 2023
1 parent fc4638a commit 52ded1a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
import {
CmsConfig,
FeaturesConfigModule,
I18nModule,
provideDefaultConfig,
UrlModule,
Expand All @@ -33,6 +34,7 @@ import { CheckoutReviewSubmitComponent } from './checkout-review-submit.componen
PromotionsModule,
IconModule,
OutletModule,
FeaturesConfigModule,
],
providers: [
provideDefaultConfig(<CmsConfig>{
Expand Down

0 comments on commit 52ded1a

Please sign in to comment.