Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

237
Visualizações
How to add a getter from one object to another

I made a similar question not too long ago, but I have another twist to it. Suppose I have this:

  var config = {
    a: {
        value: '',
        get getValue(): {
            return this.valueType
        }
    },
    b: {
        value: '',
        get getValue(): {
            return this.value
        }
    },
    c: {
        value: {
          d: '',
          e: '',
          f: ''
        },
        get getValue(): {
            return this.d + " " + this.e + " " + this.f
        }
    }
  }

Then, I am doing this:

  assignConfig(conf) {
    array.push({
      value: { ...config[conf] } //conf Could be a, b, c
    }
  }

The idea is that I can call getValue and get the data in that format, but I will be calling it from the array where I'm pushing the config. The values inside valueType will be changing, since they are being used in an ngModel. When I try this, getValue is always empty. Is this possible to do? Maybe there's another way to approach this.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda