mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
The documentation as well as the actual source code of Restangular define the parent argument of Restangular.service(route, parent) as optional: https://github.com/mgonto/restangular#decoupled-restangular-service function toService(route, parent) { [...] var collection = (parent || service).all(route);