File tree Expand file tree Collapse file tree
apps/demo/src/app/checkout/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77} from '@angular/core' ;
88import { ReactiveFormsModule } from '@angular/forms' ;
99
10- import { DAFF_BUTTON_COMPONENTS } from '@daffodil/design/button' ;
10+ import { DAFF_BASIC_BUTTON_COMPONENTS } from '@daffodil/design/button' ;
1111import { DaffPersonalAddress } from '@daffodil/geography' ;
1212
1313import { DemoCheckoutAddressFormComponent } from '../../forms/address/components/address-form/address-form.component' ;
@@ -24,7 +24,7 @@ import {
2424 imports : [
2525 DemoCheckoutAddressFormComponent ,
2626 ReactiveFormsModule ,
27- DAFF_BUTTON_COMPONENTS ,
27+ DAFF_BASIC_BUTTON_COMPONENTS ,
2828 ] ,
2929} )
3030export class DemoCheckoutShippingAddressFormComponent implements OnInit {
Original file line number Diff line number Diff line change 88import { ReactiveFormsModule } from '@angular/forms' ;
99
1010import { DaffCartShippingRate } from '@daffodil/cart' ;
11- import { DAFF_BUTTON_COMPONENTS } from '@daffodil/design/button' ;
11+ import { DAFF_BASIC_BUTTON_COMPONENTS } from '@daffodil/design/button' ;
1212
1313import { DemoCheckoutAddressFormComponent } from '../../forms/address/components/address-form/address-form.component' ;
1414import { DemoCheckoutShippingOptionsComponent } from '../shipping-options/components/shipping-options/shipping-options.component' ;
@@ -26,7 +26,7 @@ import {
2626 DemoCheckoutAddressFormComponent ,
2727 DemoCheckoutShippingOptionsComponent ,
2828 ReactiveFormsModule ,
29- DAFF_BUTTON_COMPONENTS ,
29+ DAFF_BASIC_BUTTON_COMPONENTS ,
3030 ] ,
3131} )
3232export class DemoCheckoutShippingFormComponent implements OnInit {
You can’t perform that action at this time.
0 commit comments