Combine Angular Directives and Filters to Format UI
I was working on a demo this weekend. One of the things I wanted to demonstrate is how to format user input in Angular applications. I am going to use social security number input field to demonstrate the concept. The idea of Angular filters is a simple one. They are akin to IValueConverter in XAML …
Continue reading ‘Combine Angular Directives and Filters to Format UI’ »