We often learn Angular presented with two options for working with forms: Template driven or reactive (or both!) In several cases, small forms (for instance, a login screen, a single text input, or a single dropdown) don’t need that kind of verbosity. In this post, we will look at five…