| 21 | } from '@rx-angular/template/virtual-view'; |
| 22 | |
| 23 | interface User { |
| 24 | id: number; |
| 25 | name: string; |
| 26 | email: string; |
| 27 | role: string; |
| 28 | } |
| 29 | |
| 30 | @Component({ |
| 31 | selector: 'app-item', |
nothing calls this directly
no outgoing calls
no test coverage detected