[AAE-10776] NodeNameTooltipPipe moved in content service pkg (#8048)

* NodeNameTooltipPipe moved in content service pkg

* [ci:force] fix lint and build
This commit is contained in:
Eugenio Romano
2022-12-19 16:17:02 +00:00
committed by GitHub
parent 7fa5c0faa6
commit 9077572199
12 changed files with 110 additions and 7 deletions

View File

@@ -93,6 +93,32 @@ library. You should modify your code to import these classes from
- [`NodeRestoreDirective`](lib/content-services/src/lib/directives/node-restore.directive.ts)
### NodeNameTooltipPipe
NodeNameTooltipPipe has been moved in the ```@alfresco/adf-content-services``` in ```ContentPipeModule```
v6.0.0 and before:
```
@NgModule({
imports: [
````
PipeModule
````
]})
```
v6.0.0 and after:
```
@NgModule({
imports: [
````
ContentPipeModule
````
]})
```
## Renamed items