[AAE-11486] move NodeUdpdate in nodeapiservice (#8077)

* move NodeUdpdate in nodeapiservice

* fix

* build fix

* Update name-column.component.ts

* Update viewer.component.spec.ts
This commit is contained in:
Eugenio Romano
2022-12-29 17:09:02 +00:00
committed by GitHub
parent b0561a2453
commit ae126475f7
20 changed files with 75 additions and 64 deletions

View File

@@ -124,6 +124,19 @@ v6.0.0 and after:
````
]})
```
### nodeUpdated Subject
The nodeUpdated Subject has been moved from AlfrescoApiService to NodesApiService
v6.0.0 and before:
```
this.alfrescoApiService.nodeUpdated.pipe .....
```
v6.0.0 and after:
```
this.nodesApiService.nodeUpdated.pipe .....
```
## Renamed items