dependencies dependencies cluster_UserProfileCoreModule cluster_UserProfileCoreModule_providers OrderReturnRequestService OrderReturnRequestService UserProfileCoreModule UserProfileCoreModule OrderReturnRequestService->UserProfileCoreModule OrderService OrderService OrderService->UserProfileCoreModule ReplenishmentOrderService ReplenishmentOrderService ReplenishmentOrderService->UserProfileCoreModule UserProfileConnector UserProfileConnector UserProfileConnector->UserProfileCoreModule

File

feature-libs/user/profile/core/user-profile-core.module.ts

import { NgModule } from '@angular/core';
import { UserProfileConnector } from './connectors/user-profile.connector';
import { facadeProviders } from './facade/facade-providers';

@NgModule({
  providers: [UserProfileConnector, ...facadeProviders],
})
export class UserProfileCoreModule {}

result-matching ""

    No results matching ""