* Returns a Zone which defines a `key`. * * Recursively search the parent Zone until a Zone which has a property `key` is found. * * @param key The key to use for identification of the returned zone. * @returns {Zone} The Zone which defines the `key`, `null` if not found.
(key: string)
| 164 | * @returns {Zone} The Zone which defines the `key`, `null` if not found. |
| 165 | */ |
| 166 | getZoneWith(key: string): Zone | null; |
| 167 | |
| 168 | /** |
| 169 | * Used to create a child zone. |
no outgoing calls
no test coverage detected