You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your README you mention "In future, components and services will be treated as dependencies so they can be resolved automatically in a declarative manner". How would you plan to do that? I like this project and could spent some time to continue on it.
The text was updated successfully, but these errors were encountered:
What I meant was implementing a DI service which uses annotation and/or type information to resolve dependencies, like one used in Spring or Guice. A similar, but rather rudimentary implementation was used in my other project https://github.com/greencatsoft/scalajs-angular.
And I'm glad to see you are interested in contributing to the project. By the way, I haven't been able to do any open source project for sometime due to my work schedule for sometime. I'm hoping to continue this work when I finish my current project, but I'm afraid it will take awhile before I can do that.
But you are welcome to send PRs or make suggestions, and so on in the meanwhile, if you are willing to contribute to the project.
In your README you mention "In future, components and services will be treated as dependencies so they can be resolved automatically in a declarative manner". How would you plan to do that? I like this project and could spent some time to continue on it.
The text was updated successfully, but these errors were encountered: