1
0

finished tests and docs

This commit is contained in:
lotte
2018-11-05 12:01:51 +01:00
parent 6f31551395
commit dd24958f61
28 changed files with 341 additions and 115 deletions

View File

@@ -15,7 +15,7 @@ export const ServerSyncBufferActionTypes = {
/* tslint:disable:max-classes-per-file */
/**
* An ngrx action to add a new cached object to the server's sync buffer
* An ngrx action to add a new cached object to the server sync buffer
*/
export class AddToSSBAction implements Action {
type = ServerSyncBufferActionTypes.ADD;