Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sui-domain] Change EntryPoint by a EntryPointFactory #161

Closed
carlosvillu opened this issue Dec 1, 2017 · 0 comments
Closed

[sui-domain] Change EntryPoint by a EntryPointFactory #161

carlosvillu opened this issue Dec 1, 2017 · 0 comments
Assignees
Labels

Comments

@carlosvillu
Copy link
Collaborator

To be able instanciate the domain outside of the domain package, we must change that:

export default class EntryPoint {}

for

export default ({useCases, config}) => class EntryPoint {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants