---
Added: v2.4.0
Status: Active
Last reviewed: 2018-05-24
---
# App Config Pipe
Retrieves values from the application configuration file directly.
## Basic usage
```html
```
## Details
### Fallback values
You can use the pipe parameter to pass a fallback value which will be
used if the property name is not found:
```html
```
### Chaining with other pipes
You can also chain values with other pipes such as the translation pipe:
```html
```
## See also
- [App Config service](app-config.service.md)