Skip to content

Commit

Permalink
refactor: moved to portal-dialog.service
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed May 7, 2024
1 parent dfe1362 commit 7e315db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion libs/portal-integration-angular/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export * from './lib/core/utils/image-logo-url.utils'
export * from './lib/core/utils/add-initialize-module-guard.utils'
export * from './lib/core/utils/translate-service-initializer.utils'
export * from './lib/core/utils/portal-api-configuration.utils'
export * from './lib/core/utils/provide-portal-dialog-service.utils'

export * from '@onecx/angular-accelerator'
export * from '@onecx/angular-integration-interface'

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -460,3 +460,7 @@ export class PortalDialogService {
return obj instanceof Type
}
}

export function providePortalDialogService() {
return [DialogService, PortalDialogService]
}

0 comments on commit 7e315db

Please sign in to comment.