mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user