1
0

Added more optimalisations and fixed tests

This commit is contained in:
lotte
2019-03-21 15:52:34 +01:00
parent fc73fc1d3e
commit 037063ea63
23 changed files with 132 additions and 208 deletions

View File

@@ -33,7 +33,7 @@ const entryFromSelfLinkSelector =
(state: ObjectCacheState) => state[selfLink],
);
/**
/**
* A service to interact with the object cache
*/
@Injectable()