nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.09k stars 539 forks source link

feat(crud): allows for CrudRoutesFactory extensions #654

Closed cschuff closed 3 years ago

cschuff commented 3 years ago

Hi,

please consider this PR.

It will allow users to extend CrudRoutesFactory and use their custom routes factory with the @Crud decorator.

Therefore I

Why did I need this? I wanted to restrict the QueryOptions while keeping the convenience of using @nestjsx/crud

Thanks for your great work.

BR Chris

cschuff commented 3 years ago

Duplicate of https://github.com/nestjsx/crud/pull/629 🤦