-
-
- Name
-
-
-
-
-
-
- Description
-
-
-
-
-
-
- `,
- selector: 'app-module-product-variant-form',
- changeDetection: ChangeDetectionStrategy.OnPush,
-})
-export class ProductVariantFormComponent {
- @HostBinding('class') className = 'w-100p';
-}
diff --git a/packages/modules/product/src/lib/modules-product.module.ts b/packages/modules/product/src/lib/modules-product.module.ts
index a78756ee..3ee0efcc 100644
--- a/packages/modules/product/src/lib/modules-product.module.ts
+++ b/packages/modules/product/src/lib/modules-product.module.ts
@@ -3,11 +3,16 @@ import { RouterModule } from '@angular/router';
import { ModulesUiModule } from '@console-modules/ui';
+import { ProductCreationFormComponent } from './components/forms/product-creation-form.component';
+import { ProductFileFormComponent } from './components/forms/product-files-form.component';
+import { ProductImageFormComponent } from './components/forms/product-image-form.component';
+import { ProductPackageFormComponent } from './components/forms/product-package-form.component';
+import { ProductPriceFormComponent } from './components/forms/product-price-form.component';
+import { ProductPropertyFormComponent } from './components/forms/product-property-form.component';
+import { ProductVariantFormComponent } from './components/forms/product-variant-form.component';
import { ProductCreateComponent } from './components/product-create.component';
-import { ProductCreationFormComponent } from './components/product-creation-form.component';
import { ProductEditComponent } from './components/product-edit.component';
import { ProductIndexComponent } from './components/product-index.component';
-import { ProductVariantFormComponent } from './components/product-variant-form.component';
import { ProductViewComponent } from './components/product-view.component';
import { ProductTemplateComponent } from './components/template/product-template.component';
import { modulesProductRoutes } from './lib.routes';
@@ -21,6 +26,11 @@ import { modulesProductRoutes } from './lib.routes';
ProductViewComponent,
ProductCreationFormComponent,
ProductVariantFormComponent,
+ ProductPriceFormComponent,
+ ProductImageFormComponent,
+ ProductPropertyFormComponent,
+ ProductFileFormComponent,
+ ProductPackageFormComponent,
],
imports: [
ModulesUiModule.forChild(),
diff --git a/packages/modules/ui/src/lib/modules-ui.module.ts b/packages/modules/ui/src/lib/modules-ui.module.ts
index bd7b821c..0a1868f1 100644
--- a/packages/modules/ui/src/lib/modules-ui.module.ts
+++ b/packages/modules/ui/src/lib/modules-ui.module.ts
@@ -28,6 +28,7 @@ import {
VCLFormControlGroupModule,
VCLDataListModule,
VCLPanelModule,
+ VCLCheckboxModule,
} from '@vcl/ng-vcl';
import {
@@ -141,6 +142,7 @@ const modules = [
VCLFormControlGroupModule,
VCLDataListModule,
VCLPanelModule,
+ VCLCheckboxModule,
];
const atoms = [