* app.env delegate app.config.env * @deprecated
()
| 576 | * @deprecated |
| 577 | */ |
| 578 | get env() { |
| 579 | this.deprecate('please use app.config.env instead'); |
| 580 | return this.config.env; |
| 581 | } |
| 582 | /* eslint no-empty-function: off */ |
| 583 | set env(_) {} |
| 584 |
no outgoing calls
no test coverage detected