@for (item of personalInfo; track item) {
{{item.term}}
{{item.description}}
}
@for (item of systemInfo; track item) {
{{item.term}}
{{item.description}}
}
@for (item of asyncInfo; track item) {
{{item.term}}
{{item.description | async}}
}
@for (item of personalInfo; track item) {
{{item.term}}
Help inline
{{item.description}}
}