ACS-7390: Migrating content components to Standalone (#9997)

* ACS-7393: content metadata as standalone

* ACS-7408: version manager as standalone

* ACS-7408: version manager as standalone

* ACS-7408: version manager as standalone

* ACS-7407: upload as standalone

* ACS-7404: tag as standalone

* ACS-7404: tag as standalone

* ACS-7401: permission manager as standalone

* ACS-7395: content node share as standalone

* ACS-7402: search components [ci:force]

* ACS-7402: search components [ci:force]

* content node selector panel

* content node selector panel

* Revert "content node selector panel"

This reverts commit 3ad828e443.

* Revert "content node selector panel"

This reverts commit 5a2cd5a5b3.
This commit is contained in:
Denys Vuika
2024-07-26 11:04:02 -04:00
committed by GitHub
parent 36eb19de67
commit e4b9cf3dbe
70 changed files with 682 additions and 516 deletions

View File

@@ -26,6 +26,7 @@ import { takeUntil } from 'rxjs/operators';
@Directive({
selector: '[adf-share]',
standalone: true,
exportAs: 'adfShare'
})
export class NodeSharedDirective implements OnChanges, OnDestroy {