All Questions
Tagged with angular-template-variable html
2 questions
1
vote
1
answer
74
views
TemplateRef in Angular 18 missing context
What am I missing here? The template seems to render but the context is empty, resulting in just an empty button being displayed. Written with Angular 18.
import { AfterViewInit, Component, ElementRef,...
1
vote
3
answers
2k
views
Angular: radio button [checked] not set with template reference variable
As the title suggests, I have a scenario where, if the "Select All" radio button is checked, it must check all of the radio buttons in the columns below. Unfortunately, this is not working.
Here is ...