Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

238
Vistas
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 la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda