Remove PortalCoreModule
In OneCX v6, PortalCoreModule has been replaced with AngularAcceleratorModule.
Update imports
-
Replace all imports of
PortalCoreModulefrom '@onecx/portal-integration-angular' withAngularAcceleratorModulefrom@onecx/angular-accelerator. -
Replace
PortalCoreModule(alsoPortalCoreModule.forRoot(),PortalCoreModule.forMicroFrontend()) withAngularAcceleratorModule.
Remove '@onecx/portal-integration-angular'
@onecx/portal-integration-angular is no longer available in OneCX v6 and must be completely removed from the application at this point.
Verify All Imports Are Migrated
Before removing the package, ensure that all imports from @onecx/portal-integration-angular have been removed or properly migrated to their new locations as outlined in the Update Component Imports section.