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

Method login

libs/state/actions/src/lib/docs.spec.ts:11–13  ·  view source on GitHub ↗
(credentials: { username: string; password: string })

Source from the content-addressed store, hash-verified

9@Injectable()
10class AuthService {
11 login(credentials: { username: string; password: string }) {
12 return of(true);
13 }
14}
15
16class AuthServiceMock {

Callers 2

constructorMethod · 0.45
Login2ComponentClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected