mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-29 17:04:33 +00: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);