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

Add support for declaring component's scope #36

Open
saskodh opened this issue Jul 25, 2016 · 0 comments
Open

Add support for declaring component's scope #36

saskodh opened this issue Jul 25, 2016 · 0 comments

Comments

@saskodh
Copy link
Owner

saskodh commented Jul 25, 2016

Task

  • implement @scope decorator
  • add support for the following scopes:
    • singleton (default)
    • prototype - new instance is created each time the component is referenced
    • request - new instance is created for each request (after zone.js is integrated)
    • session - new instance is created for each different user session (can be complicated to implement, maybe for later)
    • custom scope - enable devs to implement their own custom scopes (check the complexity for the priority)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant