In this chapter we are going to cover how value converters work in Aurelia. We will review the API and conventions that Aurelia uses when working with value converters. We will also create our own value converter. Upon completing this chapter, you will have a good understanding of how value converters work in Aurelia.
Value Converters
Value converters are very similar to binding behaviors in syntax. You use the pipe (|) syntax inside a binding expression to identify a value converter. A value converter is a class that is responsible for converting view model values ...