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