@for (contentComponent of contentComponents; track contentComponent) {
@for ( termComponent of contentComponent?.termComponents; track termComponent ) {
@if (termComponent.templateRef) { }
} @for ( descriptionComponent of contentComponent?.descriptionComponents; track descriptionComponent ) {
@if (descriptionComponent.templateRef) { }
}
}