MCPcopy
hub / github.com/rx-angular/rx-angular / User

Interface User

apps/ssr-hydration/src/app/vv-demo.ts:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21} from '@rx-angular/template/virtual-view';
22
23interface User {
24 id: number;
25 name: string;
26 email: string;
27 role: string;
28}
29
30@Component({
31 selector: 'app-item',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected