1 ? 'green' : 'orange'">
✓
-
Select Category
-
Completed
+
{{ts.trPK('itemforsale','select-category')}}
+
{{ts.trPK('itemforsale','completed')}}
2 ? 'green' : step ==2 ? 'orange' : ''">
✓
-
Add Details
+
{{ts.trPK('itemforsale','add-details')}}
{{step >2 ? "Completed" : "Locked"}}
@@ -28,7 +28,7 @@
3 ? 'green' : step ==3 ? 'orange' : ''">
✓
-
Review & Sell
+
{{ts.trPK('itemforsale','review-sell')}}
{{step >3 ? "Completed" : "Locked"}}
diff --git a/Mohem/src/app/itemforsale/itemforsale.module.ts b/Mohem/src/app/itemforsale/itemforsale.module.ts
index bde723c4..6a7aea24 100644
--- a/Mohem/src/app/itemforsale/itemforsale.module.ts
+++ b/Mohem/src/app/itemforsale/itemforsale.module.ts
@@ -10,6 +10,7 @@ import { HomeComponent } from './home/home.component';
import { ItemsComponent } from './items/items.component';
import { ItemDetailsComponent } from './item-details/item-details.component';
import { MyAdsComponent } from './my-ads/my-ads.component';
+import { HmgCommonModule } from '../hmg-common/hmg-common.module';
const routes: Routes = [
{
@@ -41,6 +42,7 @@ const routes: Routes = [
CommonModule,
FormsModule,
IonicModule,
+ HmgCommonModule,
RouterModule.forChild(routes)
],
declarations: [ItemforsalePage, HomeComponent, ItemsComponent, ItemDetailsComponent, MyAdsComponent]
diff --git a/Mohem/src/app/itemforsale/items/items.component.html b/Mohem/src/app/itemforsale/items/items.component.html
index 3b1d5d63..65186524 100644
--- a/Mohem/src/app/itemforsale/items/items.component.html
+++ b/Mohem/src/app/itemforsale/items/items.component.html
@@ -8,31 +8,34 @@