feat: implement product configuration and order management with service refactoring and UI updates
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { Component, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
|
||||
@Component({
|
||||
selector: 'app-userdatapage',
|
||||
imports: [],
|
||||
imports: [FormsModule],
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
||||
templateUrl: './userdatapage.html',
|
||||
styleUrl: './userdatapage.scss',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user