* Used to create a child zone. * * @param zoneSpec A set of rules which the child zone should follow. * @returns {Zone} A new child zone.
(zoneSpec: ZoneSpec)
| 172 | * @returns {Zone} A new child zone. |
| 173 | */ |
| 174 | fork(zoneSpec: ZoneSpec): Zone; |
| 175 | |
| 176 | /** |
| 177 | * Wraps a callback function in a new function which will properly restore the current zone upon |
no outgoing calls