Override existing files.component.ts in ADW 4.4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 12:15 AM
Hello Team,
I am using Alfresco Digital Workspace 4.4 with Alfresco Content Services 23.2,
I have build custom Alfresco Digital Workspace extension (https://docs.alfresco.com/digital-workspace/latest/develop/extensions/) which is working fine.
Now I want to override the existing files component files.component.ts, ContextMenuComponent(aca-context-menu), but it seems to be inside alfresco module packages.
Is there any way to override the existing inbuilt module components with my custom component?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 07:45 AM
@vikash_patel wrote:Hello Team,
I am using Alfresco Digital Workspace 4.4 with Alfresco Content Services 23.2,
I have build custom Alfresco Digital Workspace extension (https://docs.alfresco.com/digital-workspace/latest/develop/extensions/) which is working fine.
Now I want to override the existing files component files.component.ts, ContextMenuComponent(aca-context-menu), but it seems to be inside alfresco module packages.
Is there any way to override the existing inbuilt module components with my custom component?
Hello,
I'm also facing this issue with overriding inbuilt module components in Alfresco Digital Workspace. I've been trying to replace files like files.component.ts and ContextMenuComponent with my custom versions, but it's challenging since they’re part of the Alfresco module packages. Any tips or solutions for successfully overriding these components would be greatly appreciated!
Best regards,
florence023