Angular Template-Driven Forms
April 10, 2020
In template-driven forms, the source of truth is the template (the DOM). Data are stored in the controls in the template (as in DOM elements). Because data are stored in the template, you don’t have direct control over the form model.
⚠️ Typo / Error: At 07:24, the
minLength=2
should beminlength=2
(all lowercase). ⚠️