-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I got your project, and I'm doing a bigger one, but there came a big question, how to make a combobox, a list of grupo cor marca in products?
import { Grupo } from './grupo';
import { Cor } from './cor';
import { Marca } from './marca';
export class Produto {
_id: string;
uuid: string;
descricao: string;
preco: string;
embalagem: string;
durabilidade: string;
peso: string;
rotulagem: string;
status: string;
grupo: Grupo;
cor: Cor;
marca: Marca;
imagem: string;
}
link do meu projeto>
FRONT
https://github.com/DevJoseWeb/LojaMongoDB-Cliente
BACK
https://github.com/DevJoseWeb/Loja-MongoDB
Tanks
Metadata
Metadata
Assignees
Labels
No labels