5 lines
117 B
TypeScript
5 lines
117 B
TypeScript
import { of } from "rxjs";
|
|
|
|
export class MockAuthService {
|
|
user = { id: '1', username: 'test', role: 'admin' };
|
|
} |