import { of } from "rxjs"; export class MockAuthService { user = { id: '1', username: 'test', role: 'admin' }; }