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

92
Vistas
Accessing Angular Component's DOM children

I'm trying to create an Angular reusable button component. Right now, it is used like so:

<fun-button
  [disabled]="true">
  [label]="'button label'"
>
</fun-button>

The template for fun-button looks like this:

<button>
  {{this.label}}
</button>

So far, so good. Everything works.

Now I would like to modify fun-button so that it is used more like an HTML button:

<fun-button>
  child button label
</fun-button>

How can I access fun-button's DOM children, which in this case is the string 'child button label'?

Is such a thing even possible? I've seen a bunch of answers that involve tagging the child elements, but in my case I want to accept any arbitrary children.

Thanks!

EDIT, WITH ANSWER:

Turned out to be incredibly easy, thanks MikeOne. Just made the template look like this:

<button>
  <ng-content></ng-content>
</button>

And then use like this:

<fun-button>
  child button label
</fun-button>
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Made the template look like this:

<button>
  <ng-content></ng-content>
</button>

And then use like this:

<fun-button>
  child button label
</fun-button>
about 4 years ago · Juan Pablo Isaza Denunciar
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