Skip to content

relationship #3

@JoseRFJuniorLLMs

Description

@JoseRFJuniorLLMs

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions