strongloop / strong-remoting

Communicate between objects in servers, mobile apps, and other servers.
www.strongloop.com
Other
105 stars 93 forks source link

Implement deleteType to support delete model in loopback 2.x #453

Closed snarjuna closed 6 years ago

snarjuna commented 6 years ago

Description/Steps to reproduce

typeRegistry which was introduced in loopback 3.x had deleteType functionality. However, we don't have same functionality in loopback 2.x, so not able to delete types in 2.x.

This deleteType will support delete model in loopback 2.x

bajtos commented 6 years ago

Closing as done via #454