-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
feat(@nestjs/core) Nest Router, a Utility Package #389
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
Conversation
…e by using `RouterModule`.
|
hi @shekohex, |
|
Hi @kamilmysliwiec , Who said that we will have the |
|
Alright, I'm sorry @shekohex, 40 hours without sleep is definitely too much |
|
I'll review as soon as possible :) |
|
Cool stuff @shekohex, merged. Looking forward to |
|
I will 👍 , Thanks. |
|
this package is now ready to be used nest-router, I'd love to add it in docs in |
|
@shekohex looking forward to it!! feel free to create PR, will merge as quickly as possible 🎉 |
|
Hi @kamilmysliwiec , I Just Finished the docs about This Module , and created the PR nestjs/docs.nestjs.com#45 |
|
Hey guys, Is this working in V5? Regards, |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This PR will make it easy to add a
PathProperty to a Module without even editing the Public API of Nest.the Idea, anyone needs to make a
Routes Treewill use an external package nest-router.this package is well tested and Documented.
this PR will close #255 .