* Returns a value associated with the `key`. * * If the current zone does not have a key, the request is delegated to the parent zone. Use * [ZoneSpec.properties] to configure the set of properties associated with the current zone. * * @param key The key to retrieve. * @returns {an
(key: string)
| 154 | * @returns {any} The value for the key, or `undefined` if not found. |
| 155 | */ |
| 156 | get(key: string): any; |
| 157 | |
| 158 | /** |
| 159 | * Returns a Zone which defines a `key`. |
no outgoing calls