We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee70bbd commit 27f7fa5Copy full SHA for 27f7fa5
1 file changed
apps/angular/1-projection/src/app/component/student-card/student-card.component.ts
@@ -16,7 +16,7 @@ import { ListItemComponent } from '../../ui/list-item/list-item.component';
16
@Component({
17
selector: 'app-student-card',
18
template: `
19
- <app-card [list]="students()" class="">
+ <app-card [list]="students()" class="bg-light-green">
20
<img ngSrc="assets/img/student.webp" width="200" height="200" />
21
<ng-template #rowRef let-student>
22
<app-list-item>
0 commit comments