Character Count (reactive)

Limit First name to {{ maxCharacterCount }} characters.
Valid {{ variation.formGroup.valid }}
Value {{ variation.control.value || 'Nothing entered...' }}

Character Count (template-driven)

Limit First name to {{ maxCharacterCount }} characters.
Valid {{ templateInputBoxModel.valid }}
Value {{ variation.model || 'Nothing entered...' }}

Input box

Input box no label

Limit First name to {{ maxCharacterCount }} characters.