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

Interface IsrServiceInterface

libs/isr/models/src/isr-service.interface.ts:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7export interface IsrServiceInterface {
8 getState(): IsrState;
9 patchState(partialState: Partial<IsrState>): void;
10 getExtra(): Record<string, unknown>;
11 activate(): void;
12 addError(error: Error): void;
13 addExtra(extra?: Record<string, unknown>): void;
14}

Callers 5

provideISRFunction · 0.65
constructorMethod · 0.65
httpErrorInterceptorISRFunction · 0.65
interceptMethod · 0.65

Implementers 2

IsrServicelibs/isr/browser/src/isr.service.ts
IsrServerServicelibs/isr/server/src/isr-server.service

Calls

no outgoing calls

Tested by

no test coverage detected