Moved the use of store to services

This commit is contained in:
Giuseppe
2018-10-11 14:18:55 +02:00
parent d5c5749784
commit d2e522749d
13 changed files with 182 additions and 142 deletions

View File

@@ -18,8 +18,6 @@ export class JsonPatchOperationPathCombiner {
constructor(rootElement, ...subRootElements: string[]) {
this._rootElement = rootElement;
this._subRootElement = subRootElements.join('/');
console.log(subRootElements);
console.log(this._subRootElement);
}
get rootElement(): string {