feat(ngrxcallstatelibray): update readme

This commit is contained in:
thomas
2022-12-14 14:37:54 +01:00
parent c6e0d55b93
commit 0979a9f3db
6 changed files with 257 additions and 13 deletions

View File

@@ -29,10 +29,6 @@ export class CallStateErrorHandler implements ErrorHandler<CallStateError> {
};
}
export interface EsuiteError {
code: string;
}
export interface ErrorState {
error: CustomError;
}