---
Added: v2.4.0
Status: Active
---
# App Config Pipe
Retrieves values from the application configuration file directly.
## Examples
```html
```
## Fallback values
You can use pipe parameters to pass fallback value:
```html
```
## Chaining with other pipes
You can also chain values with other pipes, for example `translation` one:
```html
```
## See also
- [App Config service](app-config.service.md)