Skip to content

Commit

Permalink
chore(*): ng update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Sep 14, 2023
1 parent 2928f1c commit aa604da
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 43 deletions.
48 changes: 11 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"bootstrap": "5.3.1",
"file-saver": "^2.0.2",
"hammerjs": "^2.0.8",
"igniteui-angular": "^16.0.17",
"igniteui-angular": "^16.1.0-beta.5",
"igniteui-angular-charts": "^16.1.1",
"igniteui-angular-core": "^16.1.1",
"igniteui-angular-extras": "^16.0.3",
Expand Down Expand Up @@ -112,4 +112,4 @@
"typescript": "4.9.5",
"webpack-bundle-analyzer": "^4.5.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<igx-step #step3 [optional]="true">
<span igxStepTitle>Billing address</span>
<span igxStepSubTitle>(optional)</span>
<span igxStepSubtitle>(optional)</span>
<div igxStepContent>
<form #form3="ngForm">
<igx-input-group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</ng-template>
<igx-step>
<span igxStepTitle>Order</span>
<span igxStepSubTitle>required</span>
<span igxStepSubtitle>required</span>
<div igxStepContent>
<div class="sample-step-actions">
<button igxButton="raised" (click)="stepper.next()">NEXT</button>
Expand All @@ -16,7 +16,7 @@
</igx-step>
<igx-step>
<span igxStepTitle>Payment</span>
<span igxStepSubTitle>Optional</span>
<span igxStepSubtitle>Optional</span>
<div igxStepContent>
<div class="sample-step-actions">
<button igxButton="raised" (click)="stepper.prev()">PREVIOUS</button>
Expand All @@ -26,7 +26,7 @@
</igx-step>
<igx-step>
<span igxStepTitle>Confirmation</span>
<span igxStepSubTitle>required</span>
<span igxStepSubtitle>required</span>
<div igxStepContent>
<div class="sample-step-actions">
<button igxButton="raised" (click)="stepper.prev()">PREVIOUS</button>
Expand Down

0 comments on commit aa604da

Please sign in to comment.