Skip to content

Commit

Permalink
feat: providePortalDialogService utility function (#245)
Browse files Browse the repository at this point in the history
* feat: providePortalDialogService utility function

* refactor: moved to portal-dialog.service
  • Loading branch information
markuczy authored May 7, 2024
1 parent e37a6b5 commit a872a97
Showing 1 changed file with 4 additions and 0 deletions.
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 a872a97

Please sign in to comment.