We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: