/* eslint-disable @angular-eslint/component-selector */ import { AsyncPipe, NgFor } from '@angular/common'; import { Component, inject } from '@angular/core'; import { Store } from '@ngrx/store'; import { StudentSelectors } from './store/student.selectors'; @Component({ standalone: true, imports: [NgFor, AsyncPipe], selector: 'student', template: `