Modern Angular App covering built in Pipes and customized Pipes
- Configurations required for internationalization of Pipes and applications: LOCALE_ID and how to change it dynamically.
- Content projection: ng-content
- TailwindCSS and DaisyUI
- Pipes to transform strings
- Pipes to filter arrays
- Pipes to order arrays
- Pipes inside computed properties
Built-in Pipes
- DatePipe
- UpperCasePipe
- LowerCasePipe
- TitleCasePipe
- CurrencyPipe
- DecimalPipe
- PercentPipe
- i18nPluralPipe and i18nSelectPipe
- JsonPipe
- KeyValuePipe
- SlicePipe
- AsyncPipe